HW

Dependencies:   mbed

Revision:
0:424c8a13babd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Feb 02 18:07:32 2018 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+
+Serial pc(USBTX, USBRX); // tx, rx
+
+int main() {
+    pc.printf("Hello World!\n");
+    while(1);
+}
\ No newline at end of file