Advertisement
Paul_S_Jenkins

Kitchen Timer ascii schematic + explanation (2nd attempt)

Jan 15th, 2023
1,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Arduino  ----  button (connected to pin 8)
  2.                 |
  3.                 |  
  4.                 LED (connected to pin 9)
  5.                 |
  6.                 |
  7.                 LCD (connected to pins 12, 11, 5, 4, 3, 2)
  8.  
  9. This code will run a timer on an LCD display and turn on an LED when the timer reaches 60 seconds. It also uses a button to start and stop the timer. The button is connected to pin 8, the LED is connected to pin 9 and the LCD is connected to pins 12, 11, 5, 4, 3, 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement