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
Correction.h
00001 #include "Glove.h" 00002 00003 class Correction 00004 { 00005 public: 00006 Correction(); 00007 ~Correction(); 00008 Glove Correct(Glove gloveData); 00009 void Train(Glove gloveData); 00010 00011 private: 00012 uint16_t count; 00013 long initTime; 00014 float alpha; 00015 // Stores the correction matrix 00016 Glove correction; 00017 // Stores the corrected glove values 00018 Glove corrected; 00019 };
Generated on Fri Jul 29 2022 08:38:47 by
1.7.2