Alvee Ahmed
/
Hobbyking_Cheetah_Compact_DRV8323_14bit
customizing code for Aliexpress 14 bit version with MA702
Diff: structs.h
- Revision:
- 34:51647c6c500d
- Parent:
- 28:8c7e29f719c5
- Child:
- 37:c0f352d6e8e3
diff -r 3ab3cce8b44d -r 51647c6c500d structs.h --- a/structs.h Wed Aug 30 18:10:27 2017 +0000 +++ b/structs.h Wed Nov 08 15:18:18 2017 +0000 @@ -20,8 +20,8 @@ float i_a, i_b, i_c; float v_bus; float theta_mech, theta_elec; - float dtheta_mech, dtheta_elec; - float i_d, i_q; + float dtheta_mech, dtheta_elec, dtheta_elec_filt; + float i_d, i_q, i_q_filt; float v_d, v_q; float dtc_u, dtc_v, dtc_w; float v_u, v_v, v_w;