SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
Loading...
Searching...
No Matches
Transmitter Timing Constants

Variables

const uint16_t DEBOUNCE_DELAY_MS = 50
 
const uint32_t RECONNECT_INTERVAL_MS = 2000
 Auto-reconnect HelloPacket broadcast interval (ms) while in RECONNECTING state.
 

Detailed Description

Variable Documentation

◆ DEBOUNCE_DELAY_MS

const uint16_t DEBOUNCE_DELAY_MS = 50

Minimum stable signal duration (ms) for button debounce.

Definition at line 33 of file transmitter.h.

Referenced by readButtonPress().

◆ RECONNECT_INTERVAL_MS

const uint32_t RECONNECT_INTERVAL_MS = 2000

Auto-reconnect HelloPacket broadcast interval (ms) while in RECONNECTING state.

Definition at line 35 of file transmitter.h.

Referenced by tx_loop().