Using the Radio Module

The reference to the transceiver module can be found here:

The example below shows .....

#include "board.h"
#include "radio.h"
void main()
{
    radio_init(rxbuf, MAX_FRAME_SIZE);
    ...
}
baustelle1.jpg
under construction