![](/media/cache/group/x_scaled_mbed_robot_racing_logo.png.pagespeed.ic.QJqmdfgPSb.png.50x50_q85.png)
Driver for a Text LCD using a PCF8574 over I2C
Dependencies: mbed
Fork of I2CTextLCD by
main.cpp
- Committer:
- romilly
- Date:
- 2010-08-09
- Revision:
- 0:6beb6f498640
- Child:
- 1:eac18254e072
File content as of revision 0:6beb6f498640:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(p9, p10); int main() { lcd.printf("Hi mbed World!\n"); }