https://github.com/markpatterson27/rpi-py-stubs
Python stubs for Raspberry Pi modules
https://github.com/markpatterson27/rpi-py-stubs
Last synced: 2 months ago
JSON representation
Python stubs for Raspberry Pi modules
- Host: GitHub
- URL: https://github.com/markpatterson27/rpi-py-stubs
- Owner: markpatterson27
- License: mit
- Created: 2021-02-03T00:11:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T13:08:23.000Z (over 5 years ago)
- Last Synced: 2025-01-27T09:09:20.053Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPi Py Stubs
Python stubs for Raspberry Pi modules. The aim is to make it easier to develop code for Raspberry Pi on other main devices, or to be able to run Raspberry Pi code through integration pipelines.
## References
### Similar Modules
- https://pypi.org/project/fake-rpi/
- https://pypi.org/project/fake-rpigpio/
- https://github.com/luxedo/fakeRPiGPIO
- https://github.com/willbuckner/rpi-gpio-development-mock
### Sources
- RPi.GPIO: https://sourceforge.net/projects/raspberry-gpio-python/
- smbus:
- smbus2: https://github.com/kplindegaard/smbus2