Skip to content

Commit c9f4239

Browse files
cparatafpistm
andauthored
Update examples/Central/ScanCallback/ScanCallback.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent f7d45fa commit c9f4239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Central/ScanCallback/ScanCallback.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SPIClass SpiHCI(D11, D12, D3);
3030
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
3131
BLELocalDevice BLE(&HCISpiTransport);
3232
/* Shield IDB05A1 with SPI clock on D13 */
33-
/*SPIClass SpiHCI(D11, D12, D13);
33+
/*#define SpiHCI SPI
3434
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
3535
BLELocalDevice BLE(&HCISpiTransport); */
3636
/* Shield BNRG2A1 with SPI clock on D3 */

0 commit comments

Comments
 (0)