Browse Source

KILL, BEEPER pins for LCD_FOR_MELZI (#20924)

ellensp 3 years ago
parent
commit
fa3bd72eea
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h

+ 2
- 0
Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h View File

@@ -163,6 +163,8 @@
163 163
       #define LCD_PINS_RS                     17
164 164
       #define LCD_PINS_ENABLE                 16
165 165
       #define LCD_PINS_D4                     11
166
+      #define KILL_PIN                        10
167
+      #define BEEPER_PIN                      27
166 168
 
167 169
       #ifndef BOARD_ST7920_DELAY_1
168 170
         #define BOARD_ST7920_DELAY_1 DELAY_NS(0)

Loading…
Cancel
Save