Skip to content

Commit

Permalink
Add Panelolu2 pins for RAMPS1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce committed Jul 28, 2013
1 parent 1561c6d commit 1902d33
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 1902d33

Please sign in to comment.