TCMIA B / Mbed OS Lezione_1

Dependencies:   TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG BUTTON_GROUP

Files at this revision

API Documentation at this revision

Comitter:
fabian313
Date:
Mon Jan 28 09:11:18 2019 +0000
Parent:
1:f5a3a0a28be5
Commit message:
bsp

Changed in this revision

BSP_DISCO_F746NG.lib Show annotated file Show diff for this revision Revisions of this file
BUTTON_GROUP.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
--- a/BSP_DISCO_F746NG.lib	Mon Jan 28 08:17:20 2019 +0000
+++ b/BSP_DISCO_F746NG.lib	Mon Jan 28 09:11:18 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/SQC-Systems-Mbed/code/BSP_DISCO_F746NG/#c21db1971fd0
+https://os.mbed.com/teams/ST/code/BSP_DISCO_F746NG/#df2ea349c37a
--- a/BUTTON_GROUP.lib	Mon Jan 28 08:17:20 2019 +0000
+++ b/BUTTON_GROUP.lib	Mon Jan 28 09:11:18 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/SQC-Systems-Mbed/code/BUTTON_GROUP/#742da8cc7e07
+https://os.mbed.com/users/MikamiUitOpen/code/BUTTON_GROUP/#af578b53ff0e
--- a/main.cpp	Mon Jan 28 08:17:20 2019 +0000
+++ b/main.cpp	Mon Jan 28 09:11:18 2019 +0000
@@ -14,6 +14,13 @@
 
 Serial pc(USBTX, USBRX);
 
+LCD_DISCO_F746NG lcd_;
+TS_DISCO_F746NG ts_;
+
+const uint32_t BACK_COLOR = 0xFF006A6C;
+
+void screen_setup_menu(void);
+
 void init_lcd(void)
 {
     lcd_.Clear(LCD_COLOR_WHITE);
@@ -32,7 +39,7 @@
 
     wait(0.5);
     lcd_.SetFont(&Font16);
-    screen_setup_menu(void)
+    screen_setup_menu();
 }
 
 
--- a/mbed-os.lib	Mon Jan 28 08:17:20 2019 +0000
+++ b/mbed-os.lib	Mon Jan 28 09:11:18 2019 +0000
@@ -1,1 +1,1 @@
-https://github.com/armmbed/mbed-os/#0fdfcf7350896a9c0b57c4a18237677abfe25f1a
+https://github.com/armmbed/mbed-os/#a8f0c33eaa2c52babff9655417c36f4b5edd54d7