Skip to content

Commit 0f149d8

Browse files
committed
upd
1 parent 8db2469 commit 0f149d8

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.8
2+
version=3.5.9
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.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
#include <Arduino.h>
3-
#include <GyverIO.h>
3+
#include <gio/gio.h>
44

55
bool EB_read(uint8_t pin);
66
void EB_mode(uint8_t pin, uint8_t mode);

0 commit comments

Comments
 (0)