RF24Audio v1.0
Arduino Audio Streaming Realtime with NRF24L01 radios
Loading...
Searching...
No Matches
Classes | Functions
RF24Audio.h File Reference

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().
 

Detailed Description

Class declaration for RF24Audio Library.

RFAudio Library: by TMRh20 2011-2014

Function Documentation

◆ RX()

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.

◆ TX()

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.