-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #856 from makermelissa/pi5-pwm-fix2
Fix PWM for the Pi 5
- Loading branch information
Showing
9 changed files
with
26 additions
and
173 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
Adafruit-PlatformDetect>=3.62.0 | ||
Adafruit-PureIO>=1.1.7 | ||
Jetson.GPIO; platform_machine=='aarch64' | ||
RPi.GPIO; platform_machine=='armv7l' or platform_machine=='armv6l' or platform_machine=='aarch64' | ||
rpi_ws281x>=4.0.0; platform_machine=='armv7l' or platform_machine=='armv6l' or platform_machine=='aarch64' | ||
sysv_ipc>=1.1.0; sys_platform == 'linux' and platform_machine!='mips' | ||
pyftdi>=0.40.0 | ||
binho-host-adapter>=0.1.6 | ||
numpy>=1.21.5 | ||
adafruit-circuitpython-typing | ||
# requirements.txt | ||
# | ||
# installs dependencies from ./setup.py, and the package itself, | ||
# in editable mode | ||
# -e . | ||
|
||
# (the -e above is optional). you could also just install the package | ||
# normally with just the line below (after uncommenting) | ||
. |
This file contains 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 characters
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters