HIGH/LOW naming of pin state settings (#19089)
This commit is contained in:
parent
93167afaf5
commit
8652a7bdd2
7 changed files with 21 additions and 17 deletions
|
|
@ -330,7 +330,7 @@
|
|||
//#define PSU_NAME "Power Supply"
|
||||
|
||||
#if ENABLED(PSU_CONTROL)
|
||||
#define PSU_ACTIVE_HIGH false // Set 'false' for ATX, 'true' for X-Box
|
||||
#define PSU_ACTIVE_STATE LOW // Set 'LOW' for ATX, 'HIGH' for X-Box
|
||||
|
||||
//#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80
|
||||
//#define PSU_POWERUP_DELAY 250 // (ms) Delay for the PSU to warm up to full power
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue