nRF24L01+ demo using ackPayload

[] indicates an array, ackData[2] is a 2 location array.
{} is the array contents
so ackData[0] = 12
and ackData[1] = 23
Each location holds a 2 byte value as int was used for the datatype. byte would have been sufficient as the data used is <= a value of 255.

1 Like