API Reference
fs3000
CircuitPython driver library for Renesas FS3000 Air Velocity Sensor Module
Author(s): Noel Anderson
Implementation Notes
Hardware:
FS3000 <https://www.renesas.com/en/products/sensor-products/flow-sensors/fs3000-air-velocity-sensor-module>
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads
Adafruit’s Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
- class fs3000.FS3000(i2c: busio.I2C)
Base driver for the FS3000 air velocity sensor. Do not use directly, but rather use one of the model-specific derived classes FS3000_1005 or FS3000_1015
- Parameters:
i2c (I2C) – The I2C bus object.
Initializes the FS3000 sensor.
- Parameters:
i2c (I2C) – The I2C bus instance.