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); ... }
under construction