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
--- /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
--- /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