mirror of
https://github.com/eclipse/upm.git
synced 2025-06-08 22:30:25 +03:00
lcd: rename i2clcd.{h,cxx} to lcd.{h,cxx}
We keep the same upm module library name (i2clcd), and the header documentation still specifies @library i2clcd. These will need to be changed when the actual library is renamed. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
c586cd5177
commit
99651d2239
@ -1,5 +1,5 @@
|
||||
set (libname "i2clcd")
|
||||
set (libdescription "upm lcd/oled displays")
|
||||
set (module_src i2clcd.cxx lcm1602.cxx jhd1313m1.cxx ssd1308.cxx ssd1327.cxx)
|
||||
set (module_h i2clcd.h lcm1602.h jhd1313m1.h ssd1308.h ssd1327.h ssd.h)
|
||||
set (module_src lcd.cxx lcm1602.cxx jhd1313m1.cxx ssd1308.cxx ssd1327.cxx)
|
||||
set (module_h lcd.h lcm1602.h jhd1313m1.h ssd1308.h ssd1327.h ssd.h)
|
||||
upm_module_init()
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <stdexcept>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "i2clcd_private.h"
|
||||
#include "lcd_private.h"
|
||||
#include "jhd1313m1.h"
|
||||
|
||||
using namespace upm;
|
||||
|
@ -24,7 +24,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "i2clcd.h"
|
||||
#include "lcd.h"
|
||||
|
||||
namespace upm
|
||||
{
|
||||
|
@ -9,9 +9,9 @@
|
||||
}
|
||||
|
||||
%include "ssd.h"
|
||||
%include "i2clcd.h"
|
||||
%include "lcd.h"
|
||||
%{
|
||||
#include "i2clcd.h"
|
||||
#include "lcd.h"
|
||||
%}
|
||||
|
||||
%include "jhd1313m1.h"
|
||||
|
@ -25,8 +25,8 @@
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "i2clcd.h"
|
||||
#include "i2clcd_private.h"
|
||||
#include "lcd.h"
|
||||
#include "lcd_private.h"
|
||||
|
||||
using namespace upm;
|
||||
|
@ -28,7 +28,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "i2clcd.h"
|
||||
#include "lcd.h"
|
||||
|
||||
namespace upm
|
||||
{
|
||||
|
@ -12,9 +12,9 @@
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "ssd.h"
|
||||
%include "i2clcd.h"
|
||||
%include "lcd.h"
|
||||
%{
|
||||
#include "i2clcd.h"
|
||||
#include "lcd.h"
|
||||
%}
|
||||
|
||||
%include "jhd1313m1.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "i2clcd.h"
|
||||
#include "lcd.h"
|
||||
#include "ssd.h"
|
||||
|
||||
namespace upm
|
||||
|
@ -25,7 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "i2clcd.h"
|
||||
#include "lcd.h"
|
||||
#include "ssd.h"
|
||||
|
||||
namespace upm
|
||||
|
Loading…
x
Reference in New Issue
Block a user