Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CANnucleo FastPWM3 mbed
Fork of Hobbyking_Cheetah_Compact by
hw_config.h
00001 #ifndef HW_CONFIG_H 00002 #define HW_CONFIG_H 00003 00004 #define PIN_U PA_10 00005 #define PIN_V PA_9 00006 #define PIN_W PA_8 00007 #define ENABLE_PIN PA_11 00008 #define I_SCALE 0.02014160156f // Amps per A/D Count 00009 #define DTC_MAX 0.935f 00010 #define DTC_MIN 0.065f 00011 00012 00013 #endif
Generated on Tue Aug 2 2022 05:17:53 by
