Further changes to HD44780 support on the Pi.

This commit is contained in:
Jonathan Naylor
2016-03-15 07:12:52 +00:00
parent 070bf2bff4
commit c698cfb887
5 changed files with 79 additions and 32 deletions

View File

@@ -19,8 +19,6 @@
#if !defined(HD44780_H)
#define HD44780_H
#if defined(RASPBERRY_PI)
#include "Display.h"
#include <string>
@@ -58,5 +56,3 @@ private:
};
#endif
#endif