void mgos_arduino_rf24_open_writing_pipe(RF24 *rf24, const char *address); void mgos_arduino_rf24_open_reading_pipe(RF24 *rf24, int number, const char *address); int ...
Each utility driver that is not directly using the Arduino framework would be encapsulated in a namespace. For example purposes, I'll use RF24_arduino_wrappers as the namespace name. None that I'm ...