Created
August 3, 2022 10:42
-
-
Save predominant/71dd13911fdd4bcecbe18d45aa559eb4 to your computer and use it in GitHub Desktop.
Revisions
-
predominant created this gist
Aug 3, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ sudo apt-get update sudo apt-get dist-upgrade -y sudo apt-get install -y python3 python3-pip python3-venv sudo pip3 install --upgrade setuptools sudo pip3 install --upgrade adafruit-python-shell wget https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/raspi-blinka.py sudo python3 raspi-blinka.py sudo pip3 install adafruit-circuitpython-pca9685 # Agree to reboot ls /dev/i2c* /dev/spi* wget https://learn.adafruit.com/pages/12762/elements/2993427/download -O blinkatest.py python3 blinkatest.py sudo pip3 install adafruit-circuitpython-pca9685 sudo pip3 install adafruit-circuitpython-servokit