Open wnew opened 10 years ago
The Mirf.init function resets the nano board when called. This fixes the issue.
Aren't you simply supposed to use call "Mirf.spi = &MirfHardwareSpi();" before calling init()? This is because the SPI driver is exchangeable.
The Mirf.init function resets the nano board when called. This fixes the issue.