Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811
GestureRecognition.h
00001 #include "mbed.h" 00002 #include "CubeUpdateParameters.h" 00003 #include "Glove.h" 00004 00005 #pragma once 00006 00007 class GestureRecognition 00008 { 00009 public: 00010 GestureRecognition(); 00011 ~GestureRecognition(); 00012 CubeUpdateParameters sensorToGesture(Glove data); 00013 00014 private: 00015 int counter; 00016 int secondCounter; 00017 };
Generated on Fri Jul 29 2022 08:38:47 by
1.7.2