Oi shin

Dependencies:   Servo TCS3200 TextLCD2 mbed

Files at this revision

API Documentation at this revision

Comitter:
Victor_Mirkhan
Date:
Mon May 29 20:47:08 2017 +0000
Commit message:
a

Changed in this revision

LCD.cpp Show annotated file Show diff for this revision Revisions of this file
Servo.lib Show annotated file Show diff for this revision Revisions of this file
TCS3200.lib Show annotated file Show diff for this revision Revisions of this file
TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r a204dd3fa164 LCD.cpp
--- /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
diff -r 000000000000 -r a204dd3fa164 Servo.lib
--- /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
diff -r 000000000000 -r a204dd3fa164 TCS3200.lib
--- /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
diff -r 000000000000 -r a204dd3fa164 TextLCD.lib
--- /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
diff -r 000000000000 -r a204dd3fa164 mbed.bld
--- /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