Manages the 1-wire bus

Dependents:   oldheating heating

Revision:
4:822208cb5a13
Parent:
2:79cad6a51fd0
--- a/web/web-1wire-ajax.c	Mon Apr 29 14:46:28 2019 +0000
+++ b/web/web-1wire-ajax.c	Wed May 01 07:16:03 2019 +0000
@@ -2,13 +2,10 @@
 #include   <stdio.h>
 
 #include "http.h"
-#include "web-base.h"
 #include "ds18b20.h"
 #include "1-wire.h"
 #include "1-wire-bus.h"
 #include "1-wire-device.h"
-#include "radiator.h"
-#include "boiler.h"
 
 static void addRomToHttp(char* pRom)
 {