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:
- 32:570b94fe2c19
- Parent:
- 31:434a78739a59
- Child:
- 33:f035445a4604
--- a/main.cpp Tue Oct 11 12:42:26 2022 +0000 +++ b/main.cpp Tue Oct 11 12:43:55 2022 +0000 @@ -2,6 +2,8 @@ #include "m3pi.h" m3pi m3pi; + +// DigitalOuts DigitalOut led1(LED1); DigitalOut led2(LED2); DigitalOut led3(LED3); @@ -303,4 +305,6 @@ fprintf(fptr," %8d %4.4f %4.4f \n" ,count, m3pi.battery(),m3pi.pot_voltage() ); fclose(fptr); -} \ No newline at end of file +} + +// Julesnaps smager godt og Andreas skal drikke hvergang en anden drikker \ No newline at end of file