Finished RS-232 debug project
This commit is contained in:
12
Telem_Debug/Debug_RS-232/timers.h
Normal file
12
Telem_Debug/Debug_RS-232/timers.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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_ */
|
||||
Reference in New Issue
Block a user