mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 06:01:16 +03:00
lcd: Renamed 'i2clcd' library to 'lcd'
All other upm library directories match their corresponding library name, the i2clcd was an outlier which caused problems for CMake and testing. * Replaced usage of i2clcd with lcd * Renamed source files and examples * Updated examples to use correct class * Updated documentation where necessary (left changelog sections) Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -54,7 +54,7 @@ namespace upm
|
||||
const int BUFFER_SIZE = 192;
|
||||
|
||||
/**
|
||||
* @library i2clcd
|
||||
* @library lcd
|
||||
* @sensor eboled
|
||||
* @comname SparkFun Block for Intel Edison - OLED
|
||||
* @altname ssd1306
|
||||
@ -79,7 +79,7 @@ namespace upm
|
||||
* <a href=https://creativecommons.org/licenses/by-nc-sa/3.0/>
|
||||
* CC BY-NC-SA-3.0</a>.</em>
|
||||
*
|
||||
* @snippet i2clcd-eboled.cxx Interesting
|
||||
* @snippet lcd-eboled.cxx Interesting
|
||||
*/
|
||||
class EBOLED : public LCD
|
||||
{
|
||||
|
Reference in New Issue
Block a user