Control program for FzeroX controller via USBHID interface.

Dependencies:   Radio USBDevice mbed

Fork of FzeroXcontroller by Interactive Device Design

Revision:
0:9f6d029d0d52
Child:
1:ec00f549a691
diff -r 000000000000 -r 9f6d029d0d52 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Sep 25 19:40:31 2014 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+
+
+
+int main() {
+    while(1) {
+        
+    }
+}