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:
- 7:553960b756ed
- Parent:
- 6:b57b9dcfb515
diff -r b57b9dcfb515 -r 553960b756ed main.cpp
--- a/main.cpp Mon Nov 03 00:26:12 2014 +0000
+++ b/main.cpp Mon Nov 03 00:30:11 2014 +0000
@@ -1,3 +1,5 @@
+/** Hello code for "test_LM75B" */
+
#include "mbed.h"
#include "test_LM75B.h"
@@ -21,4 +23,3 @@
wait( 1 );
}
}
-