HW SG homing, SWSPI pins for EINY03/04
This commit is contained in:
parent
fa854bde13
commit
a7477673de
8 changed files with 175 additions and 187 deletions
Firmware
|
@ -12,7 +12,8 @@
|
|||
#endif //SWSPI_RPI
|
||||
|
||||
#ifdef SWSPI_AVR
|
||||
#include "Arduino.h"
|
||||
//#include "Arduino.h"
|
||||
#include "Marlin.h"
|
||||
#define GPIO_INP(gpio) pinMode(gpio, INPUT)
|
||||
#define GPIO_OUT(gpio) pinMode(gpio, OUTPUT)
|
||||
#define GPIO_SET(gpio) digitalWrite(gpio, HIGH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue