An open API service indexing awesome lists of open source software.

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

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