Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG BUTTON_GROUP
Revision 2:ded81c4c9643, committed 2019-01-28
- Comitter:
- fabian313
- Date:
- Mon Jan 28 09:11:18 2019 +0000
- Parent:
- 1:f5a3a0a28be5
- Commit message:
- bsp
Changed in this revision
--- 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