Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 492 Bytes

RTC CLOCK

This project displays the real-time date and time with AM and PM indicators in a 12-hour format. The project utilizes the following components:

Components

  • RTC DS1307 module
  • Arduino Uno
  • 8x32 Max 7219 dot matrix
  • Jumper wires

Library

The project requires the following libraries, which can be found inside the "libraries for project" directory:

  • LEDMatrixDriver.hpp
  • RtcDS1307.h
  • Wire.h

Circuit

For the circuit diagram, please refer to the "circuit" folder.