GrowNode
|
Functions | |
gn_leaf_descriptor_handle_t | gn_capacitive_water_level_config (gn_leaf_handle_t leaf_config) |
Variables | |
static const char | GN_LEAF_CWL_TYPE [] = "cwl" |
static const char | GN_CWL_PARAM_ACTIVE [] = "active" |
static const char | GN_CWL_PARAM_TOUCH_CHANNEL [] = "touch_ch" |
static const char | GN_CWL_PARAM_MAX_LEVEL [] = "max_level" |
static const char | GN_CWL_PARAM_MIN_LEVEL [] = "min_level" |
static const char | GN_CWL_PARAM_ACT_LEVEL [] = "act_level" |
static const char | GN_CWL_PARAM_TRG_HIGH [] = "trg_hig" |
static const char | GN_CWL_PARAM_TRG_LOW [] = "trg_low" |
static const char | GN_CWL_PARAM_UPDATE_TIME_SEC [] = "upd_time_sec" |
gn_leaf_descriptor_handle_t gn_capacitive_water_level_config | ( | gn_leaf_handle_t | leaf_config | ) |
|
static |
actual water level. volatile, read only
|
static |
whether the sensor is running
|
static |
minimum water level. stored, read/write
|
static |
maximum water level. stored, read/write
|
static |
touch channel for sensing. stored, read/write
|
static |
water level above max level = 1. volatile, read only
|
static |
water level below min level = 1. volatile, read only
|
static |
seconds between sensor sampling. stored, read/write
|
static |