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