Contains an example of RF communication with Arduino Uno. There are two applications available in the repository: Master and Slave. The NRF24L01 module is used for RF communication and is connected to ...
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 ...