The example program for RenBED to deomonstrate ticker and the Seven Segment Display Driver

Dependencies:   SevenSegmentDisplay mbed

Fork of mbed_blinky by Jon Fuge

Revision:
1:ff60bc1461ed
Parent:
0:7dec7e9ac085
Child:
2:249f10554a91
--- a/main.cpp	Fri Oct 11 12:42:44 2013 +0000
+++ b/main.cpp	Mon Feb 10 08:26:45 2014 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(P0_21);
 
 int main() {
     while(1) {