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.
Dependencies: DDRO_Farrari mbed
Fork of DDRO_Farrari by
Diff: pinout.h
- Revision:
- 2:e94460b2149f
- Parent:
- 1:6a820a0ca03b
--- a/pinout.h Mon Oct 21 22:36:51 2013 +0000 +++ b/pinout.h Thu Feb 20 03:40:20 2014 +0000 @@ -25,7 +25,10 @@ static DigitalIn RO_clock_out(p6); // GPIO to/from Chip -static BusInOut GPIO(p7, p16, p15); +//static BusInOut GPIO(p7, p16, p15); +static DigitalInOut GPIO1(p7); +static DigitalInOut GPIO2(p15); +static DigitalInOut GPIO3(p16); // Analog in from amplifier (for power measurement) static AnalogIn meas_sen(p17);