EasyVR Library
1.2
|
Public Member Functions | |
bool | check () |
bool | checkEEPROM () |
void | loop (uint8_t a_rx, uint8_t a_tx, uint8_t b_rx, uint8_t b_tx) |
An implementation of a software bridge between two series of Rx/Tx pins, that enables routing of the hardware serial port (connected to the PC) to digital I/O pins used as a software serial port (connected to the EasyVR).
bool check | ( | ) |
Tests if bridge mode has been requested
is | true if bridge mode should be started |
bool checkEEPROM | ( | ) |
Tests if bridge mode has been requested (legacy method)
is | true if bridge mode should be started |
void loop | ( | uint8_t | a_rx, |
uint8_t | a_tx, | ||
uint8_t | b_rx, | ||
uint8_t | b_tx | ||
) |
Performs bridge mode between port A and B in an endless loop
a_rx | is the Rx pin of port A |
a_tx | is the Tx pin of port A |
b_rx | is the Rx pin of port B |
b_tx | is the Tx pin of port B |