waterdetect3 2.1.0.0
|
API for configuring and manipulating Water Detect 3 Click driver. More...
Topics | |
Water Detect 3 MikroBUS Map | |
MikroBUS pin mapping of Water Detect 3 Click driver. | |
Waterdetect3_set | |
Functions | |
void | waterdetect3_cfg_setup (waterdetect3_cfg_t *cfg) |
Water Detect 3 configuration object setup function. | |
err_t | waterdetect3_init (waterdetect3_t *ctx, waterdetect3_cfg_t *cfg) |
Water Detect 3 initialization function. | |
uint8_t | waterdetect3_get_int (waterdetect3_t *ctx) |
Water Detect 3 interrupt pin reading function. | |
API for configuring and manipulating Water Detect 3 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void waterdetect3_cfg_setup | ( | waterdetect3_cfg_t * | cfg | ) |
Water Detect 3 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See waterdetect3_cfg_t object definition for detailed explanation. |
uint8_t waterdetect3_get_int | ( | waterdetect3_t * | ctx | ) |
Water Detect 3 interrupt pin reading function.
This function reads the state of the interrupt pin of Water Detect 3 click board.
[in] | ctx | : Click context object. See waterdetect3_t object definition for detailed explanation. |
0
- Low pin state, 1
- High pin state. err_t waterdetect3_init | ( | waterdetect3_t * | ctx, |
waterdetect3_cfg_t * | cfg ) |
Water Detect 3 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See waterdetect3_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See waterdetect3_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation.