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:
Jon Trulson
2015-07-09 12:25:04 -06:00
committed by Mihai Tudor Panu
parent c586cd5177
commit 99651d2239
11 changed files with 13 additions and 13 deletions

View File

@ -26,7 +26,7 @@
#include <stdexcept>
#include <unistd.h>
#include "i2clcd_private.h"
#include "lcd_private.h"
#include "jhd1313m1.h"
using namespace upm;