Convert to HTML:
Install pandoc and run:
pandoc --toc README.md -o README.html
LED solution for Raspberry Pi ski holiday.
yayay ayyayayy y
sudo apt-get update
sudo apt-get upgrade
sudo shutdown -r now
# Set hostname
sudo raspi-config
sudo apt-get install python3-pip
sudo apt-get install build-essential python-dev git scons swig
cd ~/
git clone https://github.com/jgarff/rpi_ws281x.git
cd rpi_ws281x
scons
cd python
sudo python setup.py install
# test that neopixel works
sudo python examples/strandtest.py
cd ~/
git clone https://github.com/nens90/skiPi.git
cd skiPi
# Run the awesome app!
./skipi.sh
./skipi_sender.sh
curl -sS https://get.pimoroni.com/scrollphathd | bash
sudo apt install python3-gpiozero