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:
- 40:8c01bf294768
- Parent:
- 37:8114f9c7c40b
--- a/quadCommand/sensorS/sensors.cpp Mon Jun 10 01:17:58 2013 +0000 +++ b/quadCommand/sensorS/sensors.cpp Mon Jun 10 01:32:09 2013 +0000 @@ -9,9 +9,7 @@ sensors::sensors() { - Ticker sensorProcess; acc = new MMA8451Q( ACCSDA, ACCSCL, MMA8451_I2C_ADDRESS); - sensorProcess.attach( this, &sensors::sendData, 2 ); } /************************** getAbsoluteX() *******************************/ @@ -33,12 +31,3 @@ { return acc->getAccY(); } - -/**************************** sendData() *********************************/ -/* */ -/*************************************************************************/ - -void sensors::sendData() -{ - -}