Fix extraneous @return in function comment #50
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user