SAE Teensy ECU
IIT SAE Microcontroller programming
|
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. | |
This configuration file modifies the interval of the expected heartbeat and the allowable delay between expected beats
Definition in file Heartbeat.def.
#define CONF_HEARTBEAT_INTERVAL_MILLIS 150 |
The interval the beat should target.
Definition at line 22 of file Heartbeat.def.
#define CONF_HEARTBEAT_TIMEOUT_MILLI 50 |
The allowed delay between beats.
Definition at line 28 of file Heartbeat.def.