Moved TXFLUSH strobe from Python to C in CC2420 driver.
[goodfet] / client / GoodFETCCSPI.py
index 81e5434..36c8bd7 100644 (file)
@@ -168,8 +168,8 @@ class GoodFETCCSPI(GoodFET):
     def RF_txpacket(self,packet):
         """Send a packet through the radio."""
         self.writecmd(self.CCSPIAPP,0x81,len(packet),packet);
-        time.sleep(1);
-        self.strobe(0x09);
+        #time.sleep(1);
+        #self.strobe(0x09);
         return;
     
     def RF_carrier(self):