/* * File: timekeeping.h * Author: david * * Created on April 13, 2021, 10:29 AM */ #ifndef TIMEKEEPING_H #define TIMEKEEPING_H #ifdef __cplusplus extern "C" { #endif void init_timekeeping(void); uint16_t millis(void); #ifdef __cplusplus } #endif #endif /* TIMEKEEPING_H */