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
//SPIClass SPI(); //This is default and automatically defined on RedBoard/ATP/Nano. Access using pins labeled SCK/MISO/MOSI (connects to pads 5/6/7 on module).
21
+
SPIClass SPI1(1); //Use IO Master 1 on pads 8/9/10. See schematic of your board for pin locations.
22
+
// SPIClass mySPI(2); //Use IO Master 2 on pads 27/25/28
23
+
// SPIClass anotherSPI(3); //Use IO Master 3 on pads 42/43/44
24
+
// SPIClass SPI4(4); //Use IO Master 4 on pads 39/40/38
25
+
// SPIClass SPI5(5); //Use IO Master 5 on pads 48/49/47
0 commit comments