components ::dfrobot_rainfall_sensor Type Alias DFRobotRainFallSensorComponentType Copy item path
Summary Source pub type DFRobotRainFallSensorComponentType<A, I> = DFRobotRainFall <'static, A, I>;
struct DFRobotRainFallSensorComponentType<A, I> { }
Implementations Trait Implementations Callback indicating the alarm time has been reached. The alarm
MUST be disabled when this is called. If a new alarm is needed,
the client can call Alarm::set_alarm
.
Called when an I2C command completed. The error
denotes whether the command completed
successfully or if an error occured.
Read the rain fall value from a sensor. The value is returned
via the
RainFallClient
callback.
Read more