1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-15 12:29:26 +01: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