Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#559 from iXce/panelolupinsramps13
Browse files Browse the repository at this point in the history
Add Panelolu2 pins for RAMPS1.3
  • Loading branch information
ErikZalm committed Jul 29, 2013
2 parents 8b34351 + 1902d33 commit a55b33e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Marlin/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,14 @@
#define BTN_ENC 35

#define SDCARDDETECT 49
#elif defined(LCD_I2C_PANELOLU2)
#define BTN_EN1 47 //reverse if the encoder turns the wrong way.
#define BTN_EN2 43
#define BTN_ENC 32
#define SDSS 53
#define SDCARDDETECT -1
#define KILL_PIN 41
#define FAN_PIN 45
#else
//arduino pin which triggers an piezzo beeper
#define BEEPER 33 // Beeper on AUX-4
Expand Down

0 comments on commit a55b33e

Please sign in to comment.