Works

Dependencies:   BMP180 BNO055_fusion Fonts GPSISR HTU21D SDFileSystem UniGraphic mbed uGUI

Fork of Bicycl_Computer_NUCLEO-F411RE by Darren Ulrich

Revision:
5:4324b18331ad
Parent:
4:25554dc066a0
--- a/main.cpp	Sat Dec 17 19:36:21 2016 +0000
+++ b/main.cpp	Wed Jan 04 18:53:38 2017 +0000
@@ -54,10 +54,10 @@
 #define PIN_BL_TFT      D7
 #define PIN_CS_SD       D4
 
-#define DEVICE_NAME     "F411RE"
+#define DEVICE_NAME     "L476RG"
 
-#ifndef TARGET_NECLEO_F411RE
-#define TARGET_NECLEO_F411RE 
+#ifndef TARGET_NECLEO_L476RG
+#define TARGET_NECLEO_L476RG
 #endif
 
 
@@ -210,7 +210,7 @@
     
 int main()
 {
-    uint16_t x, y, z ;
+    // uint16_t x, y, z ;
     int prevPage = 99 ;
     bool waitTouch = false ;
     point p;