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: mbed
Diff: src/all_io.cpp
- Revision:
- 42:3ae73b61f657
- Parent:
- 41:bd54c88e3334
- Child:
- 44:741ee27c8a34
--- a/src/all_io.cpp Sat Mar 09 19:55:05 2019 +0000 +++ b/src/all_io.cpp Sat Mar 09 21:01:45 2019 +0000 @@ -99,9 +99,6 @@ // Analog IO // -AnalogIn Vfilt48(PA_7); -//AnalogIn VIN24(PC_4); -AnalogIn Vfilt12(PA_6); -//AnalogIn IIN48(PC_2); -//AnalogIn IIN24(PC_1); -AnalogIn Ifilt12(PA_5); \ No newline at end of file +AnalogIn VIN48(PA_7); +AnalogIn VIN12(PA_6); +AnalogIn IIN12(PA_5); \ No newline at end of file