#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