#ifndef WIND_VANE_H #define WIND_VANE_H // Function prototypes void WindVane_init(); uint8 WindVane_read(); #endif // WIND_VANE_H