Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaveshalabs/micropython-libraries
https://github.com/gaveshalabs/micropython-libraries
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaveshalabs/micropython-libraries
- Owner: gaveshalabs
- License: mit
- Created: 2024-10-21T06:28:10.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T08:00:34.000Z (25 days ago)
- Last Synced: 2024-10-21T10:56:57.498Z (25 days ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micropython-libraries
Repository for micropython libraries that works on ESP32. These libraries have been tested to work with Gavesha OS as well.
## Index
- [Colour Sensor](sensors/colour_sensor.py)
- [Pressure Sensor (BMP180)](sensors/bmp180.py)
- [Pressure Sensor (BMP280)](sensors/bmp280.py)
- [Servo Motor](actuators/servo.py)
- [Temperature and Humidity Sensor (AHT10/AHT20)](sensors/ahtx0.py)