Inductance Testing Code

Dependencies:   mbed

Fork of CurrentModeSine by Austin Brown

Inverter/inv_config.h

Committer:
austinbrown124
Date:
2018-10-11
Revision:
1:64b881306f6f

File content as of revision 1:64b881306f6f:

#ifndef INV_CONFIG_H
#define INV_CONFIG_H






#define I_SCALE -0.02014160156f  // Amps per A/D Count
#define PWM_ARR 3200
//#define PWM_ARR 2560
//    1/(.002*1*20*4096/3.3) 

#define INVERT_MOTOR_DIR false

#define BRD_MODEL 3


#endif