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: main.cpp
- Revision:
- 2:300f689e33b5
- Parent:
- 1:e9cb1aec787c
--- a/main.cpp Mon Nov 06 01:12:21 2017 +0000 +++ b/main.cpp Mon Nov 06 01:12:55 2017 +0000 @@ -10,7 +10,7 @@ >> fopen(nucleo); >> fprintf(nucleo,'5\n'); %This line can be repeated with values other than 5 >> fclose(nucleo); %When you are all done, close connection ->> clear s; %Clear object from memory +>> clear nucleo; %Clear object from memory */ PwmOut light(LED1);