update

Dependencies:   mbed-STM32F103C8T6_new

Revision:
7:155d5b6a416f
Parent:
3:30d61fa10b98
--- a/main.h	Tue Apr 21 10:46:19 2020 +0000
+++ b/main.h	Tue Apr 21 11:54:09 2020 +0000
@@ -40,11 +40,11 @@
 //static DigitalIn Stopper1(PA_13);
 //static DigitalIn Stopper2(PA_15);
 
-static DigitalOut MOTOA1(PB_4);
-static DigitalOut MOTOB1(PB_5);
+//static DigitalOut MOTOA1(PB_4);
+//static DigitalOut MOTOB1(PB_5);
 
-static DigitalOut MOTOA2(PB_8);
-static DigitalOut MOTOB2(PB_9);
+//static DigitalOut MOTOA2(PB_8);
+//static DigitalOut MOTOB2(PB_9);
 
 //static DigitalIn Hall1(PA_14);
 static DigitalIn Hall2(PB_3);
@@ -58,7 +58,7 @@
 
 static DigitalOut WIFI_PWREN(PC_13);
 
-static AnalogIn SensorCurrent(PA_0);
+//static AnalogIn SensorCurrent(PA_0);
 static AnalogIn BatteryVoltage(PA_1);
 
 #endif
\ No newline at end of file