Merge pull request #211 from makermelissa/main
Install libgpiod-dev so pulsein works on blinka
This commit is contained in:
commit
379c8d3610
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def update_pip():
|
||||||
|
|
||||||
def install_blinka():
|
def install_blinka():
|
||||||
print("Installing latest version of Blinka locally")
|
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 RPi.GPIO")
|
||||||
shell.run_command("pip3 install --upgrade adafruit-blinka")
|
shell.run_command("pip3 install --upgrade adafruit-blinka")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue