fork of seeed studio 4-digit display for st nucleo board

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

Revision:
2:1ae739c15893
Parent:
1:f45925081128
Child:
3:c4427ce4d171
--- 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;