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: Servo TCS3200 TextLCD2 mbed
LCD.cpp
00001 #include "mbed.h" 00002 #include "TextLCD.h" 00003 00004 // Set do display LCD 20x4 com o módulo I2C 00005 00006 I2C i2c_lcd(D14,D15); 00007 TextLCD_I2C lcd(&i2c_lcd, 0x7E,TextLCD::LCD20x4); 00008 00009 int main() { 00010 lcd.setBacklight(TextLCD::LightOn); 00011 lcd.printf("Billy gordo"); 00012 }
Generated on Sat Jul 16 2022 01:47:37 by
1.7.2