mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 04:31:04 +00:00
Add start of TC and design for init image
This commit is contained in:
@@ -10,10 +10,12 @@ extern "C"
|
||||
|
||||
#define CLOCK_FREQ 32768
|
||||
|
||||
void obd2_timer_init();
|
||||
void obd2_timer_reset();
|
||||
void obd2_timer_enable();
|
||||
void obd2_timer_set_period(__UINT32_TYPE__ period);
|
||||
void obd2_RTT_init();
|
||||
void obd2_RTT_reset();
|
||||
void obd2_RTT_enable();
|
||||
void obd2_RTT_set_period(__UINT32_TYPE__ period);
|
||||
|
||||
void obd2_TC_init();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user