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:
- 4:27fda6f643ad
- Parent:
- 1:fe3e63b1234b
- Child:
- 5:233f5aeeec5f
diff -r f8c9de39b056 -r 27fda6f643ad main.cpp
--- a/main.cpp Mon Mar 14 20:56:33 2016 +0000
+++ b/main.cpp Mon Mar 14 21:17:53 2016 +0000
@@ -20,6 +20,7 @@
* THE SOFTWARE.
*/
#include "mbed.h"
+#include "dummy.h"
//#define D_DEBUG 0 //disable debug with STMstudio
#define D_DEBUG 1 //enable debug with STMstudio
@@ -135,7 +136,8 @@
pc.printf("b2 is at 0x%08X\r\n", &b2);
#endif
-
+ pc.printf("a is 0x%08X\r\n", dummy());
+
while(1) {
myled1 = D_LED_ON; // LED is ON
wait(0.1); // 100 ms