File tree Expand file tree Collapse file tree
Firmware/Targets/F407VG_DISCO/Core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Changes this version:
22- Added part of unique serial number to usb interface names for easier identification of multiple devices
3+ - Enabled Simplemotion for F407_DISCO build
34
45### Changes in 1.12.x:
56- Added support for Simplemotion V2 (Ioni/Argon motor drivers)
Original file line number Diff line number Diff line change 5151#define CANBUTTONS // Requires CAN
5252#define CANANALOG // Requires CAN
5353#define ADS111XANALOG // Requires I2C
54+ #define SIMPLEMOTION
5455
5556//#define UARTCOMMANDS
5657
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ extern I2C_HandleTypeDef I2C_PORT;
3131I2CPort i2cport{I2C_PORT};
3232#endif
3333
34+ #ifdef GPIO_MOTOR
35+ const OutputPin gpMotor{*DRV_GP1_GPIO_Port,DRV_GP1_Pin};
36+ #endif
37+
38+
3439#ifdef CANBUS
3540/*
3641 * Can BTR register for different speed configs
You can’t perform that action at this time.
0 commit comments