We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bb949 commit d4bb5d8Copy full SHA for d4bb5d8
examples/Peripheral/LED/LED.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