Skip to content

Commit f7d45fa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/Central/Scan/Scan.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BLELocalDevice BLE(&HCISpiTransport); */
3636
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
3737
BLELocalDevice BLE(&HCISpiTransport); */
3838
/* Shield BNRG2A1 with SPI clock on D13 */
39-
/*SPIClass SpiHCI(D11, D12, D13);
39+
/*#define SpiHCI SPI
4040
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
4141
BLELocalDevice BLE(&HCISpiTransport); */
4242
#endif

0 commit comments

Comments
 (0)