#ifndef _DS3231_H #define _DS3231_H #include uint32_t DS3231_read(void); void DS3231_write(uint8_t inbuffer[3]); #endif