Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
remove fixed duty define
  • Loading branch information
AlkaMotors authored Nov 18, 2024
1 parent 0a9e7fc commit 03809ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ void zcfoundroutine(void);
// firmware build options !! fixed speed and duty cycle modes are not to be used
// with sinusoidal startup !!

#define FIXED_DUTY_MODE // bypasses signal input and arming, uses a set duty
//#define FIXED_DUTY_MODE // bypasses signal input and arming, uses a set duty
// cycle. For pumps, slot cars etc
#define FIXED_DUTY_MODE_POWER 5 //
//#define FIXED_DUTY_MODE_POWER 5 //
// 0-100 percent not used in fixed speed mode

// #define FIXED_SPEED_MODE // bypasses input signal and runs at a fixed rpm
Expand Down

0 comments on commit 03809ba

Please sign in to comment.