mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 04:31:04 +00:00
finished state machine
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#ifndef OBD2_TIMER_H
|
||||
#define OBD2_TIMER_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "Arduino.h"
|
||||
@@ -10,6 +12,8 @@
|
||||
|
||||
void obd2_timer_init();
|
||||
void obd2_timer_reset();
|
||||
void obd2_timer_enable();
|
||||
void obd2_timer_set_period(__UINT32_TYPE__ period);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user