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 775a60a commit f7d45faCopy full SHA for f7d45fa
examples/Central/Scan/Scan.ino
@@ -36,7 +36,7 @@ BLELocalDevice BLE(&HCISpiTransport); */
36
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
37
BLELocalDevice BLE(&HCISpiTransport); */
38
/* Shield BNRG2A1 with SPI clock on D13 */
39
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
40
41
42
#endif
0 commit comments