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:
- 8:d3d7dca419b3
- Parent:
- 4:db38665c3727
- Child:
- 11:01dcfb29fbc4
--- a/src/all_io.cpp Wed Dec 05 00:20:34 2018 +0000 +++ b/src/all_io.cpp Thu Dec 06 16:22:11 2018 +0000 @@ -3,7 +3,7 @@ // Treehouse Designs Inc. // Colorado Springs, Colorado // -// Copyright (c) 2016 by Treehouse Designs Inc. +// Copyright (c) 2018 by Treehouse Designs Inc. // Copyright (c) 2018 by Agility Power Systems Inc. // // This code is the property of Treehouse Designs, Inc. (Treehouse) and @@ -63,9 +63,9 @@ //AnalogIn IIN48(PA_12); //AnalogIn IIN24(PA_10); //AnalogIn IIN12(PA_11); -AnalogIn VIN48(PC_5); +AnalogIn VIN48(PC_3); AnalogIn VIN24(PC_4); -AnalogIn VIN12(PC_3); +AnalogIn VIN12(PC_5); AnalogIn IIN48(PC_2); AnalogIn IIN24(PC_1); AnalogIn IIN12(PC_0);