thermferm/one-wire.h

changeset 693
3518c07737d8
parent 654
e981d0185485
--- a/thermferm/one-wire.h	Sat Apr 20 11:48:20 2024 +0200
+++ b/thermferm/one-wire.h	Mon Apr 22 11:33:04 2024 +0200
@@ -6,6 +6,8 @@
 #ifndef	ONE_WIRE_H
 #define	ONE_WIRE_H
 
+char *one_wire_json(w1_list *dev_w1);
+
 void *my_one_wire_loop(void *);
 
 #endif

mercurial