From 9c3ff3ca4ac5eb076fd6add2e5f14c294e915567 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 8 Jan 2015 19:30:59 +0100 Subject: o Implementing reading of values from the real thing. --- app.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app.h') diff --git a/app.h b/app.h index ee9c1cd..5039c0e 100644 --- a/app.h +++ b/app.h @@ -106,8 +106,9 @@ struct sm_res { }; }; +void sm_loop(); +void sm_setup(); void sm_on_connect(); -void sm_on_loop(); //boolean tx_soil_moisture(struct sm_res& res); void notify_soil_moisture(const struct sm_res& res, uint8_t body_len); -- cgit v1.2.3