lcm1602/jhd1313m1: temporarily rename headers to avoid duplicates

This should be reverted when these 2 classes are removed from the i2clcd library. Will also require updating all the examples to load the new modules instead.

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2017-02-07 15:30:21 -08:00
parent 762c28f000
commit 70bcdfefa4
12 changed files with 16 additions and 16 deletions

View File

@ -7,7 +7,7 @@
%feature("autodoc", "3");
%include "lcm1602.h"
%include "lcm1602.hpp"
%include "lcm1602.hxx"
%{
#include "lcm1602.hpp"
#include "lcm1602.hxx"
%}