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:
1:14c135ea7134
Parent:
0:82ee5f7adbb0
Child:
4:85b98cc04a0a
--- a/BNOTestSuite.h	Sat Dec 29 04:14:43 2018 -0800
+++ b/BNOTestSuite.h	Fri Jun 14 20:33:19 2019 -0700
@@ -35,6 +35,8 @@
 	void test_metadata();
 
 	void test_orientation();
+	
+	void test_permanentOrientation();
 
 	void test_disable();