You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this on the Arduino nano and the Mirf.init call causes the board to reset. This is fixed by initialising the spi object like such: spi = new MirfSpiDriver(); inside the Mirf.init().
The text was updated successfully, but these errors were encountered:
I am using this on the Arduino nano and the Mirf.init call causes the board to reset. This is fixed by initialising the spi object like such: spi = new MirfSpiDriver(); inside the Mirf.init().
The text was updated successfully, but these errors were encountered: