Nathan Yonkee / Mbed OS Seeed_Grove_4_Digit_Display_Clock

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 Seeed

Files at this revision

API Documentation at this revision

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

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
mbed.bld Show diff for this revision Revisions of this file
--- 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