RF24
RF24 copied to clipboard
RF24::Write_payload not documented completely
I set write_payload to public and attempted to use it with two arguments. According the class documentation, it takes two. According to the code, the extra argument is:
const uint8_t writeType
I don't know what writeType is and can't find documentation. Any help?