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: main.cpp
- Revision:
- 5:45bfe4a9d0a0
- Parent:
- 4:87dc862ec3aa
- Child:
- 6:14523b016fd5
--- a/main.cpp Wed Apr 15 23:23:09 2020 +0000 +++ b/main.cpp Wed Apr 22 22:36:35 2020 +0000 @@ -4,9 +4,12 @@ Serial com1(USBTX, USBRX); DigitalIn enable(PTA6); - - void bot(int b) + + + int main() { + + { while(1) { @@ -23,11 +26,6 @@ } } } - - int main() - { - - com1.printf("%i",bot); }