Example/test programs for my BNO080 driver.

Dependencies:   BNO080

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
Revision:
0:82ee5f7adbb0
Child:
3:f72d98d0095e
--- /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