Tufts Hybrid Racing Control Node

Revision:
0:9b224b68e7c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Jan 12 20:44:16 2012 +0000
@@ -0,0 +1,17 @@
+/*
+ * File : ControlNode/main.cpp
+ * Author: William Jessup Salisbury
+ * Company: Tufts Hybrid Racing Team
+ * Copyright: CC BY-NC-SA 3.0
+ * Date: 1/12/2012
+ */
+
+#include "mbed.h"
+#include "ControlNode.h"
+
+ControlNode cn;
+
+int main() {
+    while (true)
+        __WFI();
+}