Firmware for the on-board nRF52832 on the Q10.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Aqua_IoT
Date:
Sat Jun 10 05:34:46 2017 +0000
Commit message:
SK1 init

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 8550a65f4fdf main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Jun 10 05:34:46 2017 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+ 
+Serial pc(USBTX, USBRX); // tx, rx
+ 
+int main() {
+    while(1) {
+        pc.printf("Hello World!\n");
+        wait(1);
+    }
+}
\ No newline at end of file
diff -r 000000000000 -r 8550a65f4fdf mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Jun 10 05:34:46 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/0f02307a0877
\ No newline at end of file