Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 314 Bytes

Installation

sudo apt-get update
sudo apt-get -y install python-dev python-rpi.gpio
# cd to root directory
pip -r requirements.txt

Run the application

python main.py

Connecting the GPIO pins

# Use BOARD positioning
# If you would like to use other pins, update the constants.py file