Skip to content

Commit

Permalink
Adjust Sequre current sense
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkaMotors committed Nov 25, 2024
1 parent cd38753 commit 298d99e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Inc/targets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,15 +1555,17 @@
#define FILE_NAME "SEQURE_12S_G071"
#define FIRMWARE_NAME "SEQURE PRO "
#define DEAD_TIME 60
#define MILLIVOLT_PER_AMP 10
#define CURRENT_OFFSET 0
#define MILLIVOLT_PER_AMP 11
#define CURRENT_OFFSET 40
#define TARGET_STALL_PROTECTION_INTERVAL 9000
#define TARGET_VOLTAGE_DIVIDER 210
#define HARDWARE_GROUP_G0_A
#define USE_SERIAL_TELEMETRY
#define SIXTY_FOUR_KB_MEMORY
#define CURRENT_ADC_CHANNEL LL_ADC_CHANNEL_4
#define CURRENT_ADC_PIN LL_GPIO_PIN_4
#define RAMP_SPEED_LOW_RPM 1
#define RAMP_SPEED_HIGH_RPM 2
#define USE_LED_STRIP
#endif

Expand Down

0 comments on commit 298d99e

Please sign in to comment.