| Crates.io | stemma-soil-sensor-embassy |
| lib.rs | stemma-soil-sensor-embassy |
| version | 0.2.1 |
| created_at | 2024-02-22 06:02:04.407823+00 |
| updated_at | 2024-02-26 04:54:28.557923+00 |
| description | Interface with Adafruit's STEMMA Soil Sensor while using embassy |
| homepage | |
| repository | https://github.com/hydrogen602/stemma-soil-sensor-embassy |
| max_upload_size | |
| id | 1148971 |
| size | 13,951 |
An API for communicating with Adafruit's STEMMA Soil Sensor while using embassy in a project. As embassy and picoserve makes serving web pages from a Raspberry Pi Pico W easy, this project serves to enable the creation of REST-APIs or Web-UIs for the sensor.
Derived from https://github.com/adafruit/Adafruit_CircuitPython_seesaw/.
See the examples folder for a simple example of how to use the library to make a web server that serves the sensor data.