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 a4c8045 commit b8b87e4Copy full SHA for b8b87e4
rotaryDecoder.h
@@ -2,7 +2,7 @@
2
//
3
// FILE: rotaryDecoder.h
4
// AUTHOR: Rob Tillaart
5
-// VERSION: 0.1.0
+// VERSION: 0.1.1
6
// DATE: 2021-05-08
7
// PURPOSE: rotary decoder library for Arduino
8
// URL: https://github.com/RobTillaart/rotaryDecoder
@@ -11,7 +11,7 @@
11
#include "Arduino.h"
12
#include "Wire.h"
13
14
-#define ROTARY_DECODER_LIB_VERSION (F("0.1.0"))
+#define ROTARY_DECODER_LIB_VERSION (F("0.1.1"))
15
16
17
class rotaryDecoder
0 commit comments