Advanced gyroscope program example for Hexiwear featuring OLED Display

Dependencies:   FXAS21002 Hexi_OLED_SSD1351

Fork of Hexi_Gyro-v2_Example by Hexiwear

This project demonstrates the use of the FXAS21002CQ Gyroscope sensor embedded in Hexiwear

Compile the project and copy the binary "Hexi_Gyro-V2_Example_HEXIWEAR.bin" in the DAP-LINK drive from your computer file explorer Press the K64F-RESET button on the docking station to start the program on your board

The Roll, the Pitch and the Yaw values will be displayed in real-time on the OLED Display.

Revision:
2:a041eec9ea8f
Parent:
0:2ebb70d2b0d9
--- a/images.h	Sat Sep 24 19:51:05 2016 +0000
+++ b/images.h	Wed Oct 19 22:46:58 2016 +0000
@@ -37,4 +37,4 @@
 
 #include "stdint.h"
 
-extern const uint8_t Gyroscope[];
\ No newline at end of file
+extern const uint8_t Gyro[];
\ No newline at end of file