Skip to content

Commit 19ce615

Browse files
cparatafpistm
andauthored
Update examples/Central/PeripheralExplorer/PeripheralExplorer.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent ab1df57 commit 19ce615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Central/PeripheralExplorer/PeripheralExplorer.ino

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

0 commit comments

Comments
 (0)