Skip to content

Commit 775a60a

Browse files
cparatafpistm
andauthored
Update examples/Central/Scan/Scan.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent 9f46797 commit 775a60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Central/Scan/Scan.ino

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

0 commit comments

Comments
 (0)