-
Notifications
You must be signed in to change notification settings - Fork 0
Timers
Ryan Summers edited this page Sep 5, 2015
·
32 revisions
This page documentation on the use of Timer Functions within SUBLIBinal.
- Timer_Type
- Clock_Divider
Definition:
typedef struct TIMER_CONFIG {
Timer_Type which_timer;
uint frequency;
uint pbclk;
void (*callback);
boolean enabled;
}Timer_Config; SUBLIBinal was created by the Palouse Robosub Club.