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

Variables

const uint8_t TX_BUTTON_PIN = 3
 Tactile start button (INPUT_PULLUP, active LOW).
 
const uint8_t ENTROPY_RING_OSC_PIN = 2
 Hardware ring oscillator entropy source (INT0).
 
const uint8_t TX_LCD_ADDR = 0x3E
 I2C address of the Aip31068 16x2 LCD display.
 
const uint8_t TX_LCD_COLS = 16
 Number of columns on the TX LCD.
 
const uint8_t TX_LCD_ROWS = 2
 Number of rows on the TX 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 23 of file transmitter.h.

Referenced by generateEntropyPool().

◆ TX_BUTTON_PIN

const uint8_t TX_BUTTON_PIN = 3

Tactile start button (INPUT_PULLUP, active LOW).

Definition at line 22 of file transmitter.h.

Referenced by readButtonPress(), and tx_setup().

◆ TX_LCD_ADDR

const uint8_t TX_LCD_ADDR = 0x3E

I2C address of the Aip31068 16x2 LCD display.

Definition at line 24 of file transmitter.h.

◆ TX_LCD_COLS

const uint8_t TX_LCD_COLS = 16

Number of columns on the TX LCD.

Definition at line 25 of file transmitter.h.

◆ TX_LCD_ROWS

const uint8_t TX_LCD_ROWS = 2

Number of rows on the TX LCD.

Definition at line 26 of file transmitter.h.