BarCraft - Cleaner

Run the application

python main.py

for testing you can add

python main.py -d

Build a new release

make release

Setting up the pi

# setup a new password
passwd
# setup wifi and add ssh under interfaces
sudo raspi-config
# Enable python 3.5
echo alias python='/usr/bin/python3.5' > ~/.bashrc
. ~/.bashrc
sudo apt-get install rpi.gpio zip