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.
Fork of DDRO_Farrari by
Diff: pinout.h
- Revision:
- 9:cbb692f51e0f
- Parent:
- 6:d772ad205bc7
- Child:
- 10:95e9932f7990
--- a/pinout.h Tue Feb 11 19:29:19 2014 +0000 +++ b/pinout.h Tue Feb 11 21:36:52 2014 +0000 @@ -25,7 +25,8 @@ static DigitalIn RO_clock_out(p6); // GPIO to/from Chip -static BusInOut GPIO(p7, p16, p15); +//static BusInOut GPIO(p7, p16, p15); +#define GPIO_int_pin (p15) // Analog in from amplifier (for power measurement) static AnalogIn meas_sen(p17);
