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: mbed DCM_AHRS_GY80 PID MMA8451Q
Fork of quadCommand by
Diff: quadCommand/sensorS/sensors.cpp
- Revision:
- 11:a80e854955dc
- Parent:
- 9:9e0d0ba5b6b1
- Child:
- 12:15d129d681e9
--- a/quadCommand/sensorS/sensors.cpp Sun Jun 09 23:56:44 2013 +0000 +++ b/quadCommand/sensorS/sensors.cpp Mon Jun 10 00:01:48 2013 +0000 @@ -31,4 +31,9 @@ float sensors::getAbsoluteY() { return acc->getAccY(); -} \ No newline at end of file +} + +void sensors::sendData() +{ + +} \ No newline at end of file