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: BNO055_fusion mbed
Fork of DEMO3 by
Diff: LOCALIZE.h
- Revision:
- 13:c62f975dfcfe
- Parent:
- 10:cf44f4387bc7
- Child:
- 15:7729da55873a
diff -r 3b26fcc7da7e -r c62f975dfcfe LOCALIZE.h --- a/LOCALIZE.h Wed Mar 23 16:25:48 2016 +0000 +++ b/LOCALIZE.h Wed Mar 23 18:12:47 2016 +0000 @@ -38,6 +38,7 @@ void get_xy(LOCALIZE_xya *xya); int _angle, _rx_p, _rx_n, _ry_p, _ry_n;// BNO055_EULER_TypeDef _euler; + void ledSw(void); protected: I2C _y_i2c; @@ -47,6 +48,7 @@ BNO055_GRAVITY_TypeDef _gravity; BNO055_LIN_ACC_TypeDef _accel; LOCALIZE_xya _xya; + }; #endif //LOCALIZE_H \ No newline at end of file