SH2SC-EDT
Self-Healing Hardware and Software Complex for Encrypted Data Transmission
Loading...
Searching...
No Matches
Receiver Hardware Pin Assignments

Variables

const uint8_t RX_BUZZER_PIN = 9
 PWM-capable pin connected to the piezo buzzer.
 
const uint8_t ENTROPY_RING_OSC_PIN = 2
 Hardware ring oscillator entropy source (INT0).
 
const uint8_t RX_LCD_ADDR = 0x3E
 I2C address of the Aip31068 16x2 LCD display.
 
const uint8_t RX_LCD_COLS = 16
 Number of columns on the RX LCD.
 
const uint8_t RX_LCD_ROWS = 2
 Number of rows on the RX LCD.
 

Detailed Description

Variable Documentation

◆ ENTROPY_RING_OSC_PIN

const uint8_t ENTROPY_RING_OSC_PIN = 2

Hardware ring oscillator entropy source (INT0).

Definition at line 25 of file receiver.h.

◆ RX_BUZZER_PIN

const uint8_t RX_BUZZER_PIN = 9

PWM-capable pin connected to the piezo buzzer.

Definition at line 24 of file receiver.h.

Referenced by rx_setup(), startNote(), and stopNote().

◆ RX_LCD_ADDR

const uint8_t RX_LCD_ADDR = 0x3E

I2C address of the Aip31068 16x2 LCD display.

Definition at line 26 of file receiver.h.

◆ RX_LCD_COLS

const uint8_t RX_LCD_COLS = 16

Number of columns on the RX LCD.

Definition at line 27 of file receiver.h.

◆ RX_LCD_ROWS

const uint8_t RX_LCD_ROWS = 2

Number of rows on the RX LCD.

Definition at line 28 of file receiver.h.