Restored and updated SoftwareSerialExample

Changed EEPROM.cpp to include Arduino.h, not WConstants.h
This commit is contained in:
Tom Igoe 2011-05-03 13:13:35 -04:00
parent 5019566593
commit bc504ab579
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
******************************************************************************/
#include <avr/eeprom.h>
#include "WConstants.h"
#include "Arduino.h"
#include "EEPROM.h"
/******************************************************************************