1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Adding #include <WProgram.h>.

This commit is contained in:
David A. Mellis
2010-08-02 22:22:51 +00:00
parent 68ef2bcd56
commit 258a286e8c

View File

@ -2,6 +2,7 @@
#define LiquidCrystal_h #define LiquidCrystal_h
#include <inttypes.h> #include <inttypes.h>
#include "WProgram.h"
#include "Print.h" #include "Print.h"
// commands // commands