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:
- 0:82ee5f7adbb0
- Child:
- 3:f72d98d0095e
diff -r 000000000000 -r 82ee5f7adbb0 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Dec 29 04:14:43 2018 -0800 @@ -0,0 +1,9 @@ +^\.mbed$ +.vscode/ +mbed_settings.* +BUILD/ +.build/ +mbed-os/ +easy-connect/ +mbed-http/ +.git/ \ No newline at end of file