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 mbed LCD_DISCO_F746NG BSP_DISCO_F746NG MCP9808 BUTTON_GROUP
Revision 10:e2e65b7039f4, committed 2016-02-17
- Comitter:
- MikamiUitOpen
- Date:
- Wed Feb 17 06:29:28 2016 +0000
- Parent:
- 9:6ad16c698e21
- Child:
- 11:74a4d2c3870e
- Commit message:
- 11
Changed in this revision
--- a/BSP_DISCO_F746NG.lib Thu Dec 31 08:34:50 2015 +0000 +++ b/BSP_DISCO_F746NG.lib Wed Feb 17 06:29:28 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/ST/code/BSP_DISCO_F746NG/#c9112f0c67e3 +https://developer.mbed.org/teams/ST/code/BSP_DISCO_F746NG/#ee089790cdbb
--- a/BUTTON_GROUP.lib Thu Dec 31 08:34:50 2015 +0000 +++ b/BUTTON_GROUP.lib Wed Feb 17 06:29:28 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/MikamiUitOpen/code/BUTTON_GROUP/#5ca60e724a76 +http://mbed.org/users/MikamiUitOpen/code/BUTTON_GROUP/#204bc17f59cc
--- a/main.cpp Thu Dec 31 08:34:50 2015 +0000
+++ b/main.cpp Wed Feb 17 06:29:28 2016 +0000
@@ -1,7 +1,7 @@
//---------------------------------------------------------------
// Demo program of Button class and ButtonGroup class
//
-// 2015/12/31, Copyright (c) 2015 MIKAMI, Naoki
+// 2016/02/17, Copyright (c) 2016 MIKAMI, Naoki
//---------------------------------------------------------------
#include "button_group.hpp"
@@ -38,7 +38,7 @@
reset.Draw(INACTIVE, LCD_COLOR_GRAY);
lcd_.SetTextColor(LCD_COLOR_WHITE);
- lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:57", LEFT_MODE);
+ lcd_.DisplayStringAt(100, 260, (uint8_t *)"02/17 15:27", LEFT_MODE);
int num;
while (true)
{
--- a/mbed.bld Thu Dec 31 08:34:50 2015 +0000 +++ b/mbed.bld Wed Feb 17 06:29:28 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3 \ No newline at end of file