Skip to content

Commit b598a3f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)