Include pins_arduino.h manually if the old Arduino IDE is used

This commit is contained in:
Kristian Sloth Lauszus 2013-10-06 15:46:15 +02:00
parent 86f88e5333
commit 7abee0b545

View file

@ -61,6 +61,7 @@
#else
#include <WProgram.h>
// I am not sure what WProgram.h does not include, so these are here. --xxxajk
#include <pins_arduino.h>
#include <avr/pgmspace.h>
#include <avr/io.h>
#endif