We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1df57 commit 19ce615Copy full SHA for 19ce615
examples/Central/PeripheralExplorer/PeripheralExplorer.ino
@@ -39,7 +39,7 @@ BLELocalDevice BLE(&HCISpiTransport); */
39
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
40
BLELocalDevice BLE(&HCISpiTransport); */
41
/* Shield BNRG2A1 with SPI clock on D13 */
42
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
43
44
45
#endif
0 commit comments