Justin Howard / Mbed 2 deprecated AdaFruit_RGBLCD

Dependencies:   AdaFruit_RGBLCDShield MCP23017 mbed RTclock

Dependents:   SX1276_GPS

Fork of MCP_test by Wim Huiskamp

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lcd.cpp Source File

lcd.cpp

00001 #include "mbed.h"
00002 #include "lcd.h"
00003 
00004 LCD::LCD(I2C & in_cI2C)
00005     : Serial(SERIAL_TX,SERIAL_RX)
00006     , m_cI2C(in_cI2C)
00007 {
00008 }