Friday, June 8, 2012

Arduino Uno + LCD

I did some reading on the Arduino forums and learned how the inputs and outputs work, along with interfacing with a LCD screen. I came up with a simple project that would:

  1. Count to ten from 0, displaying the counter on the LCD
  2. Display a message when it reaches 10
  3. Flash a Green LED for 5 seconds
  4. Count to 0 from ten, displaying the counter on the LCD
  5. Display a message when it reaches 0
  6. Flash a Red LED for 5 seconds
Having fun with this Arduino thing lol.