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