Skip to content

Commit ac92178

Browse files
committed
Added the new functionality
1 parent 53f1bf3 commit ac92178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MyButton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
MyButton(uint8_t pin, uint8_t off_state_, uint8_t debounce_t);
7979

8080
/* Functions */
81-
bool readRaw();
81+
bool readRawClick();
8282
bool readRisingClick();
8383
bool readFallingClick();
8484
uint32_t readTimedPress(uint8_t unit);

0 commit comments

Comments
 (0)