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: Data_Clock_Pair Seeed_Chainable_LED Seeed_Four_Digit_Disp Seeed_IR_Temp_Sensor Seeed_Led_Bar
Fork of Seeed_Grove_4_Digit_Display_Clock by
Revision 2:1ae739c15893, committed 2017-04-10
- Comitter:
- tulanthoar
- Date:
- Mon Apr 10 23:56:10 2017 +0000
- Parent:
- 1:f45925081128
- Child:
- 3:c4427ce4d171
- Child:
- 9:43e407c6ee51
- Commit message:
- change display pins to D5/D6 (PE_11/PE_9)
Changed in this revision
--- a/main.cpp Wed Aug 20 08:35:13 2014 +0000 +++ b/main.cpp Mon Apr 10 23:56:10 2017 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "DigitDisplay.h" -DigitDisplay display(P1_14, P1_13); // 4-Digit Display connected to UART Grove connector +DigitDisplay display(PE_11, PE_9); // 4-Digit Display connected to UART Grove connector DigitalOut led(LED1); Ticker ticker;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Mon Apr 10 23:56:10 2017 +0000 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/mbed-os/#42be5c01a7f91292d5e27124ad9584236025f6ab
--- a/mbed.bld Wed Aug 20 08:35:13 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013 \ No newline at end of file
