Fix extraneous @return in function comment #50

Merged
trapper- merged 1 commits from master into master 2019-02-07 03:22:17 +03:00
-1
View File
@@ -90,7 +90,6 @@ class Bounce
The pin that is to be debounced.
@param mode
A valid Arduino pin mode (INPUT, INPUT_PULLUP or OUTPUT).
@return True if the event read was successful, otherwise false.
*/
void attach(int pin, int mode);