Merge pull request #211 from makermelissa/main

Install libgpiod-dev so pulsein works on blinka
This commit is contained in:
Melissa LeBlanc-Williams 2022-02-10 10:19:15 -08:00 committed by GitHub
commit 379c8d3610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ def update_pip():
def install_blinka():
print("Installing latest version of Blinka locally")
shell.run_command("sudo apt-get install -y i2c-tools")
shell.run_command("sudo apt-get install -y i2c-tools libgpiod-dev")
shell.run_command("pip3 install --upgrade RPi.GPIO")
shell.run_command("pip3 install --upgrade adafruit-blinka")