Skip to content

Commit ab1df57

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)