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
Revision 0:a204dd3fa164, committed 2017-05-29
- Comitter:
- Victor_Mirkhan
- Date:
- Mon May 29 20:47:08 2017 +0000
- Commit message:
- a
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.cpp Mon May 29 20:47:08 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+// Set do display LCD 20x4 com o módulo I2C
+
+I2C i2c_lcd(D14,D15);
+TextLCD_I2C lcd(&i2c_lcd, 0x7E,TextLCD::LCD20x4);
+
+int main() {
+ lcd.setBacklight(TextLCD::LightOn);
+ lcd.printf("Billy gordo");
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Servo.lib Mon May 29 20:47:08 2017 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/simon/code/Servo/#36b69a7ced07
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TCS3200.lib Mon May 29 20:47:08 2017 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/grantphillips/code/TCS3200/#b98e768bc655
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TextLCD.lib Mon May 29 20:47:08 2017 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/users/Victor_Mirkhan/code/TextLCD2/#90ab5ff80e2c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon May 29 20:47:08 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/ef9c61f8c49f \ No newline at end of file