GrowNode
|
Macros | |
#define | TAG "gn_easypot1" |
Functions | |
void | moisture_callback (const gn_leaf_handle_t moist) |
void | temp_callback (const gn_leaf_handle_t temp) |
void | gn_configure_easypot1 (gn_node_handle_t node) |
Variables | |
gn_leaf_handle_t | moist |
gn_leaf_handle_t | temp |
gn_leaf_handle_t | led_moist |
gn_leaf_handle_t | led_temp |
double | moist_last |
double | temp_last |
const double | moist_min = 1 |
const double | moist_max = 3 |
const double | temp_min = 15 |
const double | temp_max = 28 |
const double | blink_time_high = 300 |
const double | blink_time_low = 2000 |
#define TAG "gn_easypot1" |
void gn_configure_easypot1 | ( | gn_node_handle_t | node | ) |
void moisture_callback | ( | const gn_leaf_handle_t | moist | ) |
void temp_callback | ( | const gn_leaf_handle_t | temp | ) |
const double blink_time_high = 300 |
const double blink_time_low = 2000 |
gn_leaf_handle_t led_moist |
gn_leaf_handle_t led_temp |
gn_leaf_handle_t moist |
double moist_last |
const double moist_max = 3 |
const double moist_min = 1 |
gn_leaf_handle_t temp |
double temp_last |
const double temp_max = 28 |
const double temp_min = 15 |