/// This is the Arduino NRF24 library. /// It provides an object-oriented interface for sending and receiving data messages with Nordic nRF24L01 /// based radio ...
// This is the maximum number of bytes that can be carried by the nRF24. // We use some for headers, keeping fewer for RadioHead messages #define RH_NRF24_MAX_PAYLOAD_LEN 32 // The length of the ...