Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 655 Bytes

Arduino Clock

A seven segment display clock made using Arduino Uno

Hardware used

  • Seven segment displays (Common Anode LT542) x 4
  • Bread board x 1
  • Push buttons x 4
  • 1k Ω resistors x 4
  • Arduino Uno x 1
  • Jumper wires

Libraries used

  • Time.h
  • TimeLib.h
  • EasyButton.h

Authors

  • Rajat Dipta Biswas - Initial work

See also the list of contributors who participated in this project.

Acknowledgements