![]() |
SparkFun Capacitive Soil Moisture Sensor - CY8CMBR3 Arduino Library
Library for the SparkFun Capacitive Soil Moisture Sensor - CY8CMBR3
|
Arduino-specific implementation for the SparkFun CY8CMBR3 Sensor. More...
Go to the source code of this file.
Classes | |
| class | SfeCY8CMBR3ArdI2C |
| Arduino I2C implementation for the CY8CMBR3 sensor. More... | |
Variables | |
| const uint8_t | kMaxConnectAttempts = 10 |
| Maximum number of connection attempts. More... | |
Arduino-specific implementation for the SparkFun CY8CMBR3 Sensor.
This file provides the Arduino-specific implementation of the CY8CMBR3 driver class. The SfeCY8CMBR3ArdI2C` class inherits from the base driver class and implements the I2C communication interface using Arduino's Wire library.
Key features:
SPDX-License-Identifier: MIT
| const uint8_t kMaxConnectAttempts = 10 |
Maximum number of connection attempts.