Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Wed Apr 13 09:21:02 2016 +0000
Revision:
0:09f915e6f9f6
Fixed memory allocation issues and added enumeration to log.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:09f915e6f9f6 1 #include "mbed.h"
andrewboyson 0:09f915e6f9f6 2
andrewboyson 0:09f915e6f9f6 3 DigitalOut Led1(LED1);
andrewboyson 0:09f915e6f9f6 4 DigitalOut Led2(LED2);
andrewboyson 0:09f915e6f9f6 5 DigitalOut Led3(LED3);
andrewboyson 0:09f915e6f9f6 6 DigitalOut Led4(LED4);