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

@ -2,7 +2,7 @@ upm_mixed_module_init (NAME jhd1313m1
DESCRIPTION "LCD Display Driver for the JHD1313M1 Controller for HD44780-based Displays"
C_HDR jhd1313m1.h
C_SRC jhd1313m1.c
CPP_HDR jhd1313m1.hpp
CPP_HDR jhd1313m1.hxx
CPP_SRC jhd1313m1.cxx
# FTI_SRC jhd1313m1_fti.c
CPP_WRAPS_C

View File

@ -23,9 +23,9 @@
}
%include "jhd1313m1.h"
%include "jhd1313m1.hpp"
%include "jhd1313m1.hxx"
%{
#include "jhd1313m1.hpp"
#include "jhd1313m1.hxx"
%}
%pragma(java) jniclasscode=%{

View File

@ -35,7 +35,7 @@
#include <stdexcept>
#include <unistd.h>
#include "jhd1313m1.hpp"
#include "jhd1313m1.hxx"
using namespace upm;

View File

@ -3,7 +3,7 @@
%include "../carrays_uint8_t.i"
%include "jhd1313m1.h"
%include "jhd1313m1.hpp"
%include "jhd1313m1.hxx"
%{
#include "jhd1313m1.hpp"
#include "jhd1313m1.hxx"
%}

View File

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

View File

@ -2,7 +2,7 @@ upm_mixed_module_init (NAME lcm1602
DESCRIPTION "LCD Display Driver for the LCM1602 Controller for HD44780-based Displays"
C_HDR lcm1602.h
C_SRC lcm1602.c
CPP_HDR lcm1602.hpp
CPP_HDR lcm1602.hxx
CPP_SRC lcm1602.cxx
# FTI_SRC lcm1602_fti.c
CPP_WRAPS_C

View File

@ -23,10 +23,10 @@
}
%include "lcm1602.h"
%include "lcm1602.hpp"
%include "lcm1602.hxx"
%{
#include "lcm1602.hpp"
#include "lcm1602.hxx"
%}
%pragma(java) jniclasscode=%{

View File

@ -3,7 +3,7 @@
%include "../carrays_uint8_t.i"
%include "lcm1602.h"
%include "lcm1602.hpp"
%include "lcm1602.hxx"
%{
#include "lcm1602.hpp"
#include "lcm1602.hxx"
%}

View File

@ -35,7 +35,7 @@
#include <stdexcept>
#include <unistd.h>
#include "lcm1602.hpp"
#include "lcm1602.hxx"
using namespace upm;

View File

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