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
foc.h
00001 #ifndef FOC_H 00002 #define FOC_H 00003 00004 #include "structs.h" 00005 #include "PositionSensor.h" 00006 00007 00008 void abc(float theta, float d, float q, float *a, float *b, float *c); 00009 void dq0(float theta, float a, float b, float c, float *d, float *q); 00010 void svm(float v_bus, float u, float v, float w, float *dtc_u, float *dtc_v, float *dtc_w); 00011 void zero_current(int *offset_1, int *offset_2); 00012 void reset_foc(ControllerStruct *controller); 00013 void commutate(ControllerStruct *controller, GPIOStruct *gpio, float theta); 00014 #endif
Generated on Tue Aug 2 2022 05:17:53 by
