SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
Heartbeat.def File Reference

Go to the source code of this file.

Macros

#define CONF_HEARTBEAT_INTERVAL_MILLIS   150
 The interval the beat should target.
 
#define CONF_HEARTBEAT_TIMEOUT_MILLI   50
 The allowed delay between beats.
 

Detailed Description

Author
IR
Version
0.1
Date
2021-03-19

This configuration file modifies the interval of the expected heartbeat and the allowable delay between expected beats

Definition in file Heartbeat.def.

Macro Definition Documentation

◆ CONF_HEARTBEAT_INTERVAL_MILLIS

#define CONF_HEARTBEAT_INTERVAL_MILLIS   150

The interval the beat should target.

Definition at line 22 of file Heartbeat.def.

◆ CONF_HEARTBEAT_TIMEOUT_MILLI

#define CONF_HEARTBEAT_TIMEOUT_MILLI   50

The allowed delay between beats.

Definition at line 28 of file Heartbeat.def.