You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KY040.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
/** Library version */
50
50
#defineKY040_VERSION"1.0.1"
51
51
52
-
#include<arduino.h>
52
+
#include<Arduino.h>
53
53
54
54
/** When using sleep modes wait X milliseconds for next sleep after a CLK/DT sequence start do prevent missing signals */
55
55
#definePREVENTSLEEPMS150
@@ -243,4 +243,4 @@ class KY040 {
243
243
// CLK/DT sequence for a counter-clockwise rotation (One byte instead of a byte array would be enough for the four 2-bit values, but are harder to read)
0 commit comments