Skip to content

Commit 0efa9d1

Browse files
authored
Fix upper case
1 parent fa76865 commit 0efa9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KY040.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/** Library version */
5050
#define KY040_VERSION "1.0.1"
5151

52-
#include <arduino.h>
52+
#include <Arduino.h>
5353

5454
/** When using sleep modes wait X milliseconds for next sleep after a CLK/DT sequence start do prevent missing signals */
5555
#define PREVENTSLEEPMS 150
@@ -243,4 +243,4 @@ class KY040 {
243243
// 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)
244244
const byte c_signalSequenceCCW[MAXSEQUENCESTEPS] = {0b10,0b00,0b01,INITSTEP};
245245

246-
};
246+
};

0 commit comments

Comments
 (0)