Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 7496dcf

Browse files
Arduino 1.0 compliant
1 parent 4c6cbb3 commit 7496dcf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

optiLoader.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#include <WProgram.h>
1+
#if ARDUINO >= 100
2+
#include "Arduino.h"
3+
#else
4+
#include "WProgram.h"
5+
#endif
26
#include <avr/pgmspace.h>
37
#include "SPI.h"
48

0 commit comments

Comments
 (0)