From 7b703bbd125e920f65197b9439234ead6903167c Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 9 Dec 2013 22:34:07 +0100 Subject: Restructure code a bit --- bridge.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bridge.h (limited to 'bridge.h') diff --git a/bridge.h b/bridge.h new file mode 100644 index 0000000..21bbfc3 --- /dev/null +++ b/bridge.h @@ -0,0 +1,9 @@ +#ifndef BRIDGE_H +#define BRIDGE_H + +void bridge_off(void); +void bridge_on_heat(void); +void bridge_on_cool(void); +void bridge_init(void); + +#endif -- cgit v1.2.1