aaronds / arduino-nrf24l01

An Arduino port of the http://www.tinkerer.eu/AVRLib/nRF24L01 library.
229 stars 181 forks source link

reset bug #8

Open wnew opened 10 years ago

wnew commented 10 years ago

The Mirf.init function resets the nano board when called. This fixes the issue.

xdarklight commented 10 years ago

Aren't you simply supposed to use call "Mirf.spi = &MirfHardwareSpi();" before calling init()? This is because the SPI driver is exchangeable.