diff options
Diffstat (limited to 'libraries/LiquidCrystal')
-rw-r--r-- | libraries/LiquidCrystal/LiquidCrystal.cpp | 2 | ||||
-rw-r--r-- | libraries/LiquidCrystal/LiquidCrystal.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/LiquidCrystal/LiquidCrystal.cpp b/libraries/LiquidCrystal/LiquidCrystal.cpp index 85e19ef..5cfb1ca 100644 --- a/libraries/LiquidCrystal/LiquidCrystal.cpp +++ b/libraries/LiquidCrystal/LiquidCrystal.cpp @@ -2,7 +2,7 @@ #include <stdio.h> #include <string.h> -#include "WProgram.h" +#include <wirish/WProgram.h> // When the display powers up, it is configured as follows: // diff --git a/libraries/LiquidCrystal/LiquidCrystal.h b/libraries/LiquidCrystal/LiquidCrystal.h index 0baf543..06a159d 100644 --- a/libraries/LiquidCrystal/LiquidCrystal.h +++ b/libraries/LiquidCrystal/LiquidCrystal.h @@ -2,8 +2,8 @@ #define LiquidCrystal_h //#include <inttypes.h> -#include "wirish.h" -#include "Print.h" +#include <wirish/wirish.h> +#include <wirish/Print.h> // commands #define LCD_CLEARDISPLAY 0x01 |