Skip to content

Commit 73d9059

Browse files
cmaglieper1234
andcommitted
Update examples/FullExample/FullExample.ino
Co-Authored-By: per1234 <[email protected]>
1 parent fd7dcd5 commit 73d9059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FullExample/FullExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void loop() {
3737
proximity = APDS.readProximity();
3838
}
3939

40-
// check if a proximity reading is available
40+
// check if a gesture reading is available
4141
if (APDS.gestureAvailable()) {
4242
int gesture = APDS.readGesture();
4343
switch (gesture) {

0 commit comments

Comments
 (0)