Files
Senior-Design-Project_WMU-S…/Telem_Debug/Debug_BlinkyLED-Advanced/timers.h

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_ */