Closed Avamander closed 5 years ago
I am using the example DemoNTSC sketch of TVOut library but as soon as I add this line
RF24Network network(radio);
the TVOut library breaks somehow. What could be the cause and is there a way I could fix it?
post your code
That is unneccesary. I only added three lines to the sketch (DemoNTSC that works without the third added line)
1) nrf24l01+ pin configuration
2) RF24
3) RF24Network network(radio);
I am using the example DemoNTSC sketch of TVOut library but as soon as I add this line
RF24Network network(radio);
the TVOut library breaks somehow. What could be the cause and is there a way I could fix it?