Sooner Competitive Robotics / Mbed 2 deprecated IEEE_14_Freescale

Dependencies:   mbed

Fork of IEEE_14_Freescale by IEEE 2014 Mbed

Revision:
17:e247d58d9f42
Parent:
16:6d900f687c18
Child:
19:3d77dc964d4b
Child:
20:5b8fde077301
--- a/droidBT.cpp	Tue Mar 11 20:02:56 2014 +0000
+++ b/droidBT.cpp	Tue Mar 11 20:22:18 2014 +0000
@@ -112,11 +112,11 @@
 }
 
 int droidBT::sendCmd(int cmd, int* info, int len) {
-    int sendbuf[10];
-    sendbuf[0]=(0xF0|(len+1));
-    sendbuf[1]=cmd;
-    sendbuf[2]=0x11;
-    sendbuf[3]=0x44;
+    //int sendbuf[10];
+    //sendbuf[0]=(0xF0|(len+1));
+    //sendbuf[1]=cmd;
+    //sendbuf[2]=0x11;
+    //sendbuf[3]=0x44;
     int i, cheapHash=cmd;
     droid.putc((0xF0|(len+1)));
     droid.putc(cmd);