13 lines
206 B
C
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_ */
|