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
motor_config.h
00001 #ifndef MOTOR_CONFIG_H 00002 #define MOTOR_CONFIG_H 00003 00004 #define R_PHASE 0.105f //Ohms 00005 #define L_D 0.00003f //Henries 00006 #define L_Q 0.00003f //Henries 00007 #define KT .07f //N-m per peak phase amp (= RMS amps/1.5) 00008 #define NPP 21 //Number of pole pairs 00009 00010 #define WB KT/NPP //Webers. 00011 00012 00013 00014 #endif
Generated on Tue Aug 2 2022 05:17:53 by
