We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5882148 commit 2080f9dCopy full SHA for 2080f9d
KY040.pdf
-173 KB
library.properties
@@ -1,5 +1,5 @@
1
name=KY040
2
-version=1.0.2
+version=1.0.3
3
author=codingABI
4
maintainer=codingABI
5
sentence=Library for KY-040 rotary encoders with debouncing, polling and interrupt mode
src/KY040.h
@@ -42,12 +42,12 @@
42
* @author codingABI https://github.com/codingABI/
43
* @copyright 2-Clause BSD License
44
* @file KY040.h
45
- * @version 1.0.2
+ * @version 1.0.3
46
*/
47
#pragma once
48
49
/** Library version */
50
-#define KY040_VERSION "1.0.2"
+#define KY040_VERSION "1.0.3"
51
52
#include <Arduino.h>
53
0 commit comments