Files
2021-06-26 17:19:54 -04:00

13 lines
206 B
C

#ifndef TIMERS_H_
#define TIMERS_H_
#include "SunseekerTelemetry2021.h"
/*
* Initialize Timer B
* - Provides timer tick timebase at 100 Hz
*/
void timerB_init(void);
#endif /* TIMERS_H_ */