Adding #include <WProgram.h>.

This commit is contained in:
David A. Mellis 2010-08-02 22:22:51 +00:00
parent 68ef2bcd56
commit 258a286e8c
1 changed files with 1 additions and 0 deletions

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