This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add pgmspace.h (no avr prefix), for compatibility with some ESP8266 programs
main
PaulStoffregen
7 years ago
parent
71740491ed
commit
97c8395f33
2 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
+2
-0
teensy/pgmspace.h
+2
-0
teensy3/pgmspace.h
+ 2
- 0
teensy/pgmspace.h
View File
// For compatibility with some ESP8266 programs
#include <avr/pgmspace.h>
+ 2
- 0
teensy3/pgmspace.h
View File
// For compatibility with some ESP8266 programs
#include <avr/pgmspace.h>
Write
Preview
Loading…
Cancel
Save