maniacbug / RF24Network

Network Layer for nRF24L01(+) Radios
http://maniacbug.github.com/RF24Network
272 stars 129 forks source link

RF24Network and TVOut library #20

Closed Avamander closed 5 years ago

Avamander commented 9 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?

MauroHKT commented 9 years ago

post your code

Avamander commented 9 years ago

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);