Radio Structures in OOP

Dependencies:   mbed mbed-rtos

Revision:
1:c935902c73ef
Child:
2:7d523bdd2f50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Dec 09 02:19:28 2014 +0000
@@ -0,0 +1,18 @@
+#include "mbed.h"
+#include "robot.h"
+
+void main()
+{
+
+    CC1101 radio(
+        RJ_SPI_BUS,
+        RJ_PRIMARY_RADIO_CS,
+        RJ_TX_LED, RJ_RX_LED,
+        RJ_PRIMARY_RADIO_INT
+    );
+
+    while(1) {
+
+    }
+
+}
\ No newline at end of file