We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b598a3f commit aa6e1b3Copy full SHA for aa6e1b3
examples/Central/SensorTagButton/SensorTagButton.ino
@@ -32,7 +32,7 @@ SPIClass SpiHCI(D11, D12, D3);
32
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
33
BLELocalDevice BLE(&HCISpiTransport);
34
/* Shield IDB05A1 with SPI clock on D13 */
35
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
36
37
BLELocalDevice BLE(&HCISpiTransport); */
38
/* Shield BNRG2A1 with SPI clock on D3 */
0 commit comments