#ifndef ANEMOMETER_H #define ANEMOMETER_H // Function prototypes void Anemometer_init(); uint8 Anemometer_read(); #endif // ANEMOMETER_H