| RF24Audio v1.0
    Arduino Audio Streaming Realtime with NRF24L01 radios | 
Class declaration for RF24Audio Library. More...
Go to the source code of this file.
| Classes | |
| class | RF24Audio | 
| Arduino Realtime Audio Streaming library.  More... | |
| Functions | |
| void | TX () | 
| Global helper function to RF24Audio::transmit(). | |
| void | RX () | 
| Global helper function to RF24Audio::receive(). | |
Class declaration for RF24Audio Library.
RFAudio Library: by TMRh20 2011-2014
| void RX | ( | ) | 
Global helper function to RF24Audio::receive().
Do not use this directly. Use RF24Audio::receive() instead of this function as RF24Audio needs to be properly setup first.
| void TX | ( | ) | 
Global helper function to RF24Audio::transmit().
Do not use this directly. Use RF24Audio::transmit() instead of this function as RF24Audio needs to be properly setup first.