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 EthernetInterface mbed-rtos
Fork of FOTA_K64F by
Diff: main.cpp
- Revision:
- 4:8d109a566486
- Parent:
- 2:8c44f28c122c
- Child:
- 7:4ab0430d06e3
--- a/main.cpp Thu Mar 12 22:01:09 2015 +0000 +++ b/main.cpp Fri Mar 13 21:30:48 2015 +0000 @@ -1,17 +1,9 @@ #include "mbed.h" -Serial pc(USBTX, USBRX); - -DigitalOut led1(LED1); extern void bootloader(void); -void func1(void) { - led1 = !led1; -} - int main() { - printf("BDH = %d, BDL = %d\r\n", UART0->BDH, UART0->BDL); bootloader(); while(1); }