We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f4239 commit b598a3fCopy full SHA for b598a3f
examples/Central/ScanCallback/ScanCallback.ino
@@ -38,7 +38,7 @@ BLELocalDevice BLE(&HCISpiTransport); */
38
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
39
BLELocalDevice BLE(&HCISpiTransport); */
40
/* Shield BNRG2A1 with SPI clock on D13 */
41
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
42
43
44
#endif
0 commit comments