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.
Diff: digitalOutConfig.h
- Revision:
- 0:50d48d2a55fe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/digitalOutConfig.h Sun Aug 18 14:23:57 2013 +0000 @@ -0,0 +1,14 @@ + + +DigitalOut greenLed1(p22); +DigitalOut yellowLed1(p21); +DigitalOut redLed1(p23); +DigitalOut greenLed2(p20); +DigitalOut yellowLed2(p19); +DigitalOut redLed2(p18); +DigitalOut greenLed3(p26); +DigitalOut yellowLed3(p25); +DigitalOut redLed3(p24); +DigitalOut greenLed4(p17); +DigitalOut yellowLed4(p27); +DigitalOut redLed4(p16);