Easy for debugging hardware/software

Toggle library easy for debugging based on : https://developer.mbed.org/cookbook/Writing-a-Library

Files at this revision

API Documentation at this revision

Comitter:
qynx
Date:
Sat Jun 11 13:25:17 2016 +0000
Parent:
2:cd17c7393c05
Commit message:
remove test.cpp

Changed in this revision

mbed.bld Show diff for this revision Revisions of this file
test.cpp Show diff for this revision Revisions of this file
--- a/mbed.bld	Sat Jun 11 13:11:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file
--- a/test.cpp	Sat Jun 11 13:11:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#include "mbed.h"
-#include "toggle.h"
-
-Toggle pin(P1_24);
-
-main()
-{
-
-    while(1) {
-        pin.toggle(5);
-        wait(1);
-    }
-}
\ No newline at end of file