Library for retrieving readings from Adafruit STEMMA Soil Sensor.
The implementation is based on the Adafruit CircuitPython Seesaw library.
The library is tested and used on a Raspberry Pi 3 B+ board, running Raspbian but uses interfaces
from embedded_hal for all operation so it should work in no_std environments as well.
Example
Using this library with other boards
Since this library relies on rppal for the I2C communication it won't work with other boards than the Raspberry Pi series boards as it is right now.
Requirements
This library should build on the following targets:
- armv7-unknown-linux-gnueabihf
- armv7-unknown-linux-musleabihf
- aarch64-unknown-linux-gnu