SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
Heartbeat.def
Go to the documentation of this file.
1
14#ifndef __ECU_HEARTBEAT_DEF__
15// @cond
16#define __ECU_HEARTBEAT_DEF__
17// @endcond
18
22#define CONF_HEARTBEAT_INTERVAL_MILLIS 150
23
28#define CONF_HEARTBEAT_TIMEOUT_MILLI 50 // Allowable Delay
29
30#endif // __ECU_HEARTBEAT_DEF__