#ifndef RAIN_GAUGE_H #define RAIN_GAUGE_H // Function prototypes void RainGauge_init(); uint8 RainGauge_read(); #endif // RAIN_GAUGE_H