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 ADCandticker_sample by
Revision 2:36c7ac9b8598, committed 2018-02-08
- Comitter:
- Ivone
- Date:
- Thu Feb 08 17:44:38 2018 +0000
- Parent:
- 1:126dd2f5fc2d
- Commit message:
- adc Lab3
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jan 24 21:55:43 2018 +0000 +++ b/main.cpp Thu Feb 08 17:44:38 2018 +0000 @@ -9,6 +9,7 @@ AnalogIn ain(A0) ; // Analog input DigitalOut led1(LED_RED); // Red LED + Serial pc(USBTX, USBRX); // tx, rx, for debugging // Message type @@ -73,6 +74,8 @@ pc.printf(vstring) ; counter = 0 ; } + + } }