// This is the maximum number of bytes that can be carried by the nRF51. // We use some for headers, keeping fewer for RadioHead messages #define RH_NRF51_MAX_PAYLOAD_LEN 254 // The length of the ...
volatile uint16_t sample_index = 0; // Of the next sample to write volatile uint8_t buffer_index = 0; // Of the bufferbeing filled ...