We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f1bf3 commit ac92178Copy full SHA for ac92178
1 file changed
src/MyButton.h
@@ -78,7 +78,7 @@
78
MyButton(uint8_t pin, uint8_t off_state_, uint8_t debounce_t);
79
80
/* Functions */
81
- bool readRaw();
+ bool readRawClick();
82
bool readRisingClick();
83
bool readFallingClick();
84
uint32_t readTimedPress(uint8_t unit);
0 commit comments