Browse Source

Add note suggesting RAMBo users use the RAMBo board type or platformio environment;

Add note that Viki 2.0 wiring diagram v1.2 has a mistake in it;
Brian 8 years ago
parent
commit
2fae32f35f
1 changed files with 19 additions and 1 deletions
  1. 19
    1
      Marlin/pins_RAMBO.h

+ 19
- 1
Marlin/pins_RAMBO.h View File

@@ -21,6 +21,22 @@
21 21
  */
22 22
 
23 23
 /**
24
+ * IMPORTANT NOTE:
25
+ * Rambo users should be sure to compile Marlin using either the RAMBo
26
+ * board type if using the Arduino IDE - available via the link below - or
27
+ * the 'rambo' environment if using platformio, by specifying '-e rambo' on
28
+ * the command line or by changing the value of the 'env_default' variable to
29
+ * 'rambo' in the supplied platformio.ini.
30
+ *
31
+ * If you don't compile using the proper board type, the RAMBo's extended
32
+ * pins will likely be unavailable and accessories/addons may not work.
33
+ *
34
+ * Instructions for installing the Arduino RAMBo board type for the
35
+ * Arduino IDE are available at:
36
+ * http://reprap.org/wiki/Rambo_firmware
37
+ */
38
+
39
+/**
24 40
  * Rambo pin assignments
25 41
  */
26 42
 
@@ -127,6 +143,9 @@
127 143
 
128 144
     #if ENABLED(VIKI2) || ENABLED(miniVIKI)
129 145
       #define BEEPER_PIN 44
146
+      //NB: Panucatt's Viki 2.0 wiring diagram (v1.2) indicates that the
147
+      //    beeper/buzzer is connected to pin 33; however, the pin used in the
148
+      //    diagram is actually pin 44, so this is correct.
130 149
 
131 150
       #define DOGLCD_A0  70
132 151
       #define DOGLCD_CS  71
@@ -178,4 +197,3 @@
178 197
   #endif // !NEWPANEL
179 198
 
180 199
 #endif // ULTRA_LCD
181
-

Loading…
Cancel
Save