Skip to content

Commit

Permalink
Add PICA Servo / E1 pins (#18100)
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidflaw authored May 25, 2020
1 parent 7d7f58c commit de89a4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Marlin/src/pins/mega/pins_PICA.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down Expand Up @@ -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
//
Expand Down

0 comments on commit de89a4b

Please sign in to comment.