COSA
An Object-Oriented Platform for Arduino Programming
GY_IICLCD.hh
Go to the documentation of this file.
1 
21 #ifndef COSA_GY_IICLCD_HH
22 #define COSA_GY_IICLCD_HH
23 
24 #include <HD44780.h>
25 #include <PCF8574.h>
26 #include <MJKDZ_LCD_Module.h>
27 
50 class GY_IICLCD : public MJKDZ_LCD_Module {
51 public:
57  GY_IICLCD(uint8_t subaddr = 0) : MJKDZ_LCD_Module(subaddr) {}
58 };
59 
60 #endif
GY_IICLCD(uint8_t subaddr=0)
Definition: GY_IICLCD.hh:57