diff --git a/AudioRadioRelay_2myRadio_8h.html b/AudioRadioRelay_2myRadio_8h.html deleted file mode 100644 index 3904c4e..0000000 --- a/AudioRadioRelay_2myRadio_8h.html +++ /dev/null @@ -1,264 +0,0 @@ - - -
- - - - -
- Auto Analog Audio
- 1.42
-
- TMRh20 2020 - Automatic DAC, ADC & Timers on Arduino Due
- |
-
#include <RF24.h>
Go to the source code of this file.
--Functions | |
RF24 | radio (radioCEPin, radioCSPin) |
void | RX () |
void | setupRadio () |
-Variables | |
const uint64_t | pipes [14] = {0xABCDABCD71LL, 0x544d52687CLL, 0x544d526832LL} |
bool | tx |
bool | fail |
bool | rx |
uint8_t | pipeNo = 0 |
RF24 radio | -( | -radioCEPin | -, | -
- | - | radioCSPin | -- |
- | ) | -- |
void RX | -( | -) | -- |
void setupRadio | -( | -) | -- |
const uint64_t pipes[14] = {0xABCDABCD71LL, 0x544d52687CLL, 0x544d526832LL} | -
uint8_t pipeNo = 0 | -
- Auto Analog Audio
- 1.42
-
- TMRh20 2020 - Automatic DAC, ADC & Timers on Arduino Due
- |
-
For Arduino Due
Audio Relay & Peripheral Test Example:
+This example demonstrates how to manage incoming and outgoing audio streams using the AAAudio library and nrf24l01+ radio modules on Arduino Due.