Fix E2END and add EEPROM to Smart RAMPS

Reference #9983
This commit is contained in:
Scott Lahteine
2018-03-10 03:02:53 -06:00
parent ddce486360
commit 239902f861
8 changed files with 19 additions and 10 deletions

View File

@ -151,8 +151,9 @@
#define SDSS 4
#define PS_ON_PIN 40
// I2C EEPROM with 8K of space
#define I2C_EEPROM
#define E2END 0x2000
#define E2END 0x1FFF
//
// LCD / Controller

View File

@ -60,6 +60,10 @@
#define IS_RAMPS_SMART
#include "pins_RAMPS.h"
// I2C EEPROM with 4K of space
#define I2C_EEPROM
#define E2END 0xFFF
//
// Temperature Sensors
//

View File

@ -175,7 +175,7 @@
//
// EEPROM
//
#define E2END 0x8000 // 32Kb (24lc256)
#define E2END 0x7FFF // 32Kb (24lc256)
#define I2C_EEPROM // EEPROM on I2C-0
//#define EEPROM_SD // EEPROM on SDCARD
//#define SPI_EEPROM // EEPROM on SPI-0