Skip to content

Commit 52a142e

Browse files
committed
upd
1 parent 28dca75 commit 52a142e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EncButton
2-
version=3.5.3
2+
version=3.5.4
33
author=AlexGyver <[email protected]>
44
maintainer=AlexGyver <[email protected]>
55
sentence=Light and powerful library for button and encoder operation for Arduino

src/core/io.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bool __attribute__((weak)) EB_read(uint8_t pin) {
55
}
66

77
void __attribute__((weak)) EB_mode(uint8_t pin, uint8_t mode) {
8-
gio::mode(pin, mode);
8+
gio::init(pin, mode);
99
}
1010

1111
uint32_t __attribute__((weak)) EB_uptime() {

0 commit comments

Comments
 (0)