Device to measure angle and get IMU measurements.
Dependencies: mbed commands BLE_API nRF51822
Diff: Storage.h
- Revision:
- 1:b44bd62c542f
- Parent:
- 0:1c5088dae6e1
- Child:
- 3:a3e1a06c486d
--- a/Storage.h Wed May 20 08:44:35 2015 +0000 +++ b/Storage.h Wed May 20 11:45:38 2015 +0000 @@ -11,9 +11,9 @@ public: static Storage* getInstance(); - void setup(); - void write(); - int32_t read(); + int32_t setup(); + //void write(); + //int32_t read(); };