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
Glove.h
- Committer:
- naren
- Date:
- 2014-12-11
- Revision:
- 52:0f7a239cdd09
- Parent:
- 40:bdd949fc3bc2
File content as of revision 52:0f7a239cdd09:
#include "mbed.h" #pragma once struct Glove { float roll; float pitch; float yaw; int fingers[5]; //Finger 4 is thumb, Finger 0 is pinky. float gyro[3]; float magn[3]; float accel[3]; int lastPkgTime; };