the first

Revision:
0:37df34174027
Child:
1:5f9cd5aa577f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sun Sep 16 08:08:07 2018 +0000
@@ -0,0 +1,9 @@
+#include <mbed.h>
+
+DigitalOut myLed(LED1);
+
+int main(int argc, char* argv[])
+{
+    myLed.write(1);
+    return 0;
+}
\ No newline at end of file