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: ADC.cpp
- Revision:
- 4:cc896bb62196
- Parent:
- 1:d8a3df4b70f6
diff -r 77214f502255 -r cc896bb62196 ADC.cpp --- a/ADC.cpp Tue Jun 03 07:24:32 2014 +0000 +++ b/ADC.cpp Tue Jun 03 07:32:20 2014 +0000 @@ -4,14 +4,14 @@ Serial bb(USBTX, USBRX); -DigitalIn busy(p26); -DigitalIn sdout(p22); -DigitalOut cnvst(p27); -DigitalOut sdclk(p21); +DigitalIn busy(p11); +DigitalIn sdout(p16); +DigitalOut cnvst(p10); +DigitalOut sdclk(p15); -DigitalOut scin(p23); -DigitalOut sccs(p25); -DigitalOut scclk(p24); +DigitalOut scin(p14); +DigitalOut sccs(p12); +DigitalOut scclk(p13); ADC::ADC(void) {