Update DoorBellMote.ino

This commit is contained in:
Felix Rusu 2015-04-14 20:50:40 -04:00
parent 53fcf536d0
commit 8f28c335b4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ RFM69 radio;
// SPI_CS - CS pin attached to SPI flash chip (8 in case of Moteino) // SPI_CS - CS pin attached to SPI flash chip (8 in case of Moteino)
// MANUFACTURER_ID - OPTIONAL, 0xEF30 for windbond 4mbit flash (Moteino OEM) // MANUFACTURER_ID - OPTIONAL, 0xEF30 for windbond 4mbit flash (Moteino OEM)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
SPIFlash flash(8, 0xEF30); //regular Moteinos have FLASH MEM on D8, MEGA has it on D15 SPIFlash flash(8, 0xEF30); //regular Moteinos have FLASH MEM on D8, MEGA has it on D4
void setup(void) void setup(void)
{ {