Drivers for the mini robot designed for Princeton's MAE 433 course.
Dependencies: mbed-dsp mbed-rtos mbed
Dependents: MAE433_Library_Tester RobotBalancerv2
Diff: FXOS8700CQ.hpp
- Revision:
- 4:2d38ad348e0d
- Parent:
- 1:918a505314ea
--- a/FXOS8700CQ.hpp Fri Jun 24 21:57:29 2016 +0000 +++ b/FXOS8700CQ.hpp Sat Jun 25 00:37:31 2016 +0000 @@ -4,6 +4,8 @@ * @date June 5th, 2016 * @class FXOS8700CQ * @brief This class represents the FXOS8700CQ sensor. Only accelerometer reading is currently supported. + * @remark WARNING: I2C Reading is unreliable when built outside of the mbed compiler. If you're compiling this outside + * of the mBed compiler, ensure that the accelerometer is reading reliably. My testing shows that the readings often glitch. */ #ifndef FXOS8700CQ_HPP_