definitions for probe and estop
This commit is contained in:
@@ -45,3 +45,8 @@
|
||||
|
||||
#define LED_GREEN_BRIGHTNESS 2
|
||||
#define LED_RED_BRIGHTNESS 20
|
||||
|
||||
#define SET_PROBE_HEIGHT() (PROBE_OUT_PORT &= ~(1 << PROBE_OUT_PIN))
|
||||
#define SET_PROBE_LOW() (PROBE_OUT_PORT |= (1 << PROBE_OUT_PIN))
|
||||
#define SET_ESTOP_HEIGHT() (ESTOP_OUT_PORT &= ~(1 << ESTOP_OUT_PIN))
|
||||
#define SET_ESTOP_LOW() (ESTOP_OUT_PORT |= (1 << ESTOP_OUT_PIN))
|
||||
Reference in New Issue
Block a user