prova

Dependencies:   X_NUCLEO_53L0A1 mbed

Fork of 53L0A1_HandGestureRecognition by ST

Files at this revision

API Documentation at this revision

Comitter:
mapellil
Date:
Thu Feb 22 15:50:29 2018 +0000
Parent:
8:8151f9abad18
Commit message:
AStDay

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Dec 18 09:59:00 2017 +0000
+++ b/main.cpp	Thu Feb 22 15:50:29 2018 +0000
@@ -180,7 +180,7 @@
 
     /* Format data to display */
     if(gesture_code == GESTURES_SWIPE_LEFT_RIGHT){
-        printf ("--->>>\n\r");
+        printf ("right --->>>\n\r");
     }else if(gesture_code == GESTURES_SWIPE_RIGHT_LEFT){
         printf ("<<<---\n\r");                    
     }else{