SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
Loading...
Searching...
No Matches
Note Encoding Helpers

Variables

const uint8_t REST_INDEX = 255
 Special note index value representing a rest (silence).
 
const uint8_t REST_INDEX = 255
 Special note index value representing a rest (silence).
 

Detailed Description

Variable Documentation

◆ REST_INDEX [1/2]

const uint8_t REST_INDEX = 255

Special note index value representing a rest (silence).

TX sends this index to instruct RX to silence the buzzer for the specified duration instead of playing a frequency.

Definition at line 149 of file protocol.h.

◆ REST_INDEX [2/2]

const uint8_t REST_INDEX = 255

Special note index value representing a rest (silence).

TX sends this index to instruct RX to silence the buzzer for the specified duration instead of playing a frequency.

Definition at line 149 of file protocol.h.

Referenced by authenticateAndPlay().