maniacbug / RF24Network

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

reduce code size on ATtiny #8

Open jscrane opened 11 years ago

jscrane commented 11 years ago

To reduce code size for an ATtiny, an easy option is just to nuke printf_P. This pull request does just that.

jscrane commented 10 years ago

Some tiny changes so it compiles out of the box on a Raspberry Pi.