Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: LCDadafruit/lcd.cpp
- Revision:
- 31:2c813f321db7
- Parent:
- 29:0ea07cc7124b
diff -r 6b0785d23528 -r 2c813f321db7 LCDadafruit/lcd.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCDadafruit/lcd.cpp Tue Jul 14 14:58:23 2015 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +#include "lcd.h" + +LCD::LCD(I2C & in_cI2C) + : Serial(USBTX,USBRX) + , m_cI2C(in_cI2C) +{ +}