Creates an instance of the Anemometer class, which interfaces with a PCF8583 module.
A function that calculates WindSpeed based on pulse count and time.
Optional configuration options for the Anemometer.
Indicator of whether a connection has been established and the data is being read..
true
if the connection is ready; otherwise, false
.
Generated using TypeDoc
Represents an Anemometer device for measuring wind speed using a PCF8583 real-time clock module. This class allows you to read wind speed data, calculate wind speed values, and maintain a history of pulse counts to determine wind speed over time.