Add PICA Servo / E1 pins (#18100)
This commit is contained in:
parent
7d7f58c3e3
commit
de89a4b7c1
@ -46,6 +46,12 @@
|
||||
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN 3
|
||||
#define SERVO1_PIN 4
|
||||
#define SERVO2_PIN 5
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
@ -75,6 +81,10 @@
|
||||
#define E0_DIR_PIN 24
|
||||
#define E0_ENABLE_PIN 26
|
||||
|
||||
#define E1_STEP_PIN 68
|
||||
#define E1_DIR_PIN 28
|
||||
#define E1_ENABLE_PIN 27
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user