Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.18 KB

readme.md

File metadata and controls

35 lines (24 loc) · 1.18 KB

Parking Assistant

This is a simple Arduino program designed to measure distances and display colors on a 16x16 bi-color LED matrix.

What is required?

Required Libraries

Installation

HC-SR04

  1. VCC - 5V
  2. Trig - 12
  3. Echo - 11
  4. Grnd - Ground

LED Matrix

  1. VCC - 5V
  2. D - Analog 4
  3. C - Analog 5
  4. Grnd - Ground

Getting Started

Getting started is simple. Copy the code from final-parking.ino into a new Arduino project, compile and upload. Update the distances to your needs in the IF blocks in the main loop() function.

Enjoy!