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.
Revision 4:866dc60f133a, committed 2016-06-22
- Comitter:
- Crazyaboutmachines
- Date:
- Wed Jun 22 21:58:50 2016 +0000
- Parent:
- 3:a86913f82e87
- Commit message:
- changed output pin
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a86913f82e87 -r 866dc60f133a main.cpp --- a/main.cpp Wed Jun 22 21:41:19 2016 +0000 +++ b/main.cpp Wed Jun 22 21:58:50 2016 +0000 @@ -2,7 +2,7 @@ AnalogIn analog_value(A0); -DigitalOut led(LED1); +DigitalOut led(PA_6); int main() { float meas;