mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 04:31:04 +00:00
Add test code for using RTT
This commit is contained in:
17
due_obd2/obd2_timer.h
Normal file
17
due_obd2/obd2_timer.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef OBD2_TIMER_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
#define CLOCK_FREQ 32768
|
||||
|
||||
void obd2_timer_init();
|
||||
void obd2_timer_reset();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // !OBD2_TIMER_H
|
||||
Reference in New Issue
Block a user