HIGH/LOW naming of pin state settings (#19089)

This commit is contained in:
Giuliano Zaro
2020-08-22 06:13:43 +02:00
committed by Scott Lahteine
parent a5dc42c47c
commit fe1e880ffe
7 changed files with 21 additions and 17 deletions

View File

@ -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