Skip to content

Commit

Permalink
Arduino.h for Arduino 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Oct 30, 2011
1 parent e03ee47 commit ab3c980
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
*/

#include <avr/pgmspace.h>

#if ARDUINO == 100
#include <Arduino.h>
#else
#include <WProgram.h>
#endif

#include <RF24Network.h>
#include <RF24.h>

Expand Down

0 comments on commit ab3c980

Please sign in to comment.