Tuesday, 11 August 2015

Control a LCD with Arduino

Here's all the code for ya!// All rights reserved :) Kiduino#include LiquidCrystal lcd(12, 11, 5, 4, 3, 2);void setup() { lcd.begin(16, 2); }void loop() { lcd.print("hey guys"); delay(2000); lcd.clear(); lcd.print("today im"); delay(2000); lcd.clear(); lcd.print("gonna show you"); ...
By: officialKiduino

Continue Reading »

from Instructables: exploring - technology - robots http://ift.tt/1Wfz5NE

0 comments:

Post a Comment