Skip to content

Commit a5631cc

Browse files
authored
Gesture rotated
1 parent 0c23e7b commit a5631cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Arduino_MKRIoTCarrier.h

+9
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@
7979
//Define on the sketch to use it
8080
extern bool CARRIER_CASE;
8181

82+
//Gesture change for APDS9960
83+
enum {
84+
NONE = -1,
85+
DOWN = 3,
86+
UP = 2 ,
87+
LEFT = 1,
88+
RIGHT = 0
89+
};
90+
8291
class MKRIoTCarrier{
8392
public:
8493
MKRIoTCarrier();

0 commit comments

Comments
 (0)