Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
45:c23f25c00d0d
Parent:
42:02aaa806d929
--- a/main_processing/setup_command_active/active.cpp	Fri Feb 05 14:04:07 2016 +0000
+++ b/main_processing/setup_command_active/active.cpp	Thu Feb 25 06:12:47 2016 +0000
@@ -8,11 +8,14 @@
     };
     void (*StrategyFunction[STRATEGY_NUM])(void) = {
         modeAttack2,
+        //modeAttack3,
+        //modeAttack4,
         modeAttack1,
         modeAttack2,
         modeAttack3,
         modeAttack4,
         modeAttack5,
+        
         modeDebug0,
         modeDebug1,
         modeDebug2,