Grenade Drone Controller

Dependencies:   mbed

Revision:
2:915533cf5d94
Parent:
1:d2b6491e52fd
--- a/SwitchFn/SwitchFn.cpp	Fri Jul 20 06:11:24 2018 +0000
+++ b/SwitchFn/SwitchFn.cpp	Mon Aug 20 03:08:50 2018 +0000
@@ -24,6 +24,7 @@
     Snd2Crr.putc(0xff);
     Snd2Crr.putc(0xff);
     
+    /*
     //test//////////////////
     if(SigBit&0x80) Led1=1;
     if(SigBit&0x40) Led2=1;
@@ -34,6 +35,7 @@
     if(SigBit&0x02) Led7=1;
     if(SigBit&0x01) Led8=1;
     ///////////////////////////
+    */
 }
 
 void ProcCrr(void) {RcvBit=Snd2Crr.getc();}