STM3 ESC dual brushless motor controller. 10-60v, motor power rating tiny to kW. Ganged or independent motor control As used in 'The Brute' locomotive - www.jons-workshop.com

Dependencies:   mbed BufferedSerial Servo FastPWM

Revision:
1:0fabe6fdb55b
Parent:
0:435bf84ce48a
Child:
3:ecb00e0e8d68
--- a/24LC64_eeprom.cpp	Thu Mar 01 11:29:28 2018 +0000
+++ b/24LC64_eeprom.cpp	Wed Mar 07 08:29:18 2018 +0000
@@ -88,6 +88,7 @@
 }
 
 int check_24LC64   ()  {     //  Call from near top of main() to init i2c bus
+//    i2c.frequency(400000);      //  Speed 400000 max.
     i2c.frequency(400000);      //  Speed 400000 max.
     int last_found = 0, q;      //  Note address bits 3-1 to match addr pins on device
     for (int i = 0; i < 255; i += 2)    {   //  Search for devices at all possible i2c addresses