In for a penny, in for a pound

This commit is contained in:
Richard Wackerbarth 2015-07-31 09:36:20 -05:00
parent e944f960de
commit f32048b8f5
3 changed files with 78 additions and 78 deletions

View file

@ -3,7 +3,7 @@
*/
#ifndef __AVR_ATmega2560__
#error Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu.
#error Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu.
#endif
#define LARGE_FLASH true
@ -85,8 +85,8 @@
#define FAN_PIN 8
#define FAN_1_PIN 6
#define PS_ON_PIN -1
#define KILL_PIN -1 //80 with Smart Controller LCD
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
#define KILL_PIN -1 // 80 with Smart Controller LCD
#define SUICIDE_PIN -1 // PIN that has to be turned on right after start, to keep power flowing.
#if ENABLED(ULTRA_LCD)
@ -105,7 +105,7 @@
//buttons are directly attached using AUX-2
#define BTN_EN1 14
#define BTN_EN2 72
#define BTN_ENC 9 //the click
#define BTN_ENC 9 // the click
#define SDCARDDETECT 15