Browse Source

Update RUMBA pins file

Add FAN1_PIN and SERVO0_PIN
alexborro 10 years ago
parent
commit
787d6fb61a
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/pins_RUMBA.h

+ 4
- 1
Marlin/pins_RUMBA.h View File

39
 #define LED_PIN            13
39
 #define LED_PIN            13
40
 
40
 
41
 #define FAN_PIN            7
41
 #define FAN_PIN            7
42
-//additional FAN1 PIN (e.g. useful for electronics fan or light on/off) on PIN 8
42
+#define FAN1_PIN           8
43
 
43
 
44
 #define PS_ON_PIN          45
44
 #define PS_ON_PIN          45
45
 #define KILL_PIN           46
45
 #define KILL_PIN           46
108
 #define BTN_EN1            11
108
 #define BTN_EN1            11
109
 #define BTN_EN2            12
109
 #define BTN_EN2            12
110
 #define BTN_ENC            43
110
 #define BTN_ENC            43
111
+
112
+#define SERVO0_PIN         5
113
+

Loading…
Cancel
Save