maniacbug / RF24Network

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

Change in function update #15

Open wilmsn opened 10 years ago

wilmsn commented 10 years ago

Hi Maniacbug!

I made a small update in the function "update()": Returntype of function changed from void to bool. Advantage of this change: If there is through-trafic on a node you can act inside the sketch.

Regards Wilmsn