Example/test programs for my BNO080 driver.
BNO080 Driver Examples
These examples show how to use some of the functionality on my BNO080 driver. To get started with MBed CLI:
Build Instructions
$ hg clone https://MultipleMonomials@os.mbed.com/users/MultipleMonomials/code/BNO080-Examples/ $ cd BNO080-Examples $ mbed deploy $ mbed compile
Diff: .hgignore
- Revision:
- 3:f72d98d0095e
- Parent:
- 0:82ee5f7adbb0
diff -r 809784575913 -r f72d98d0095e .hgignore --- a/.hgignore Thu Jan 30 03:20:09 2020 -0800 +++ b/.hgignore Mon May 04 03:04:11 2020 -0700 @@ -1,9 +1,12 @@ -^\.mbed$ -.vscode/ -mbed_settings.* -BUILD/ -.build/ -mbed-os/ -easy-connect/ -mbed-http/ -.git/ \ No newline at end of file +^\.mbed$ +.vscode/ +mbed_settings.* +.build/ +mbed-os/ +easy-connect/ +mbed-http/ +.git/ +BUILD +.mbed +BNO080 +mbed-os \ No newline at end of file