Skip to content

Commit 18e0ca1

Browse files
cparatafpistm
andauthored
Update examples/Central/SensorTagButton/SensorTagButton.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent aa6e1b3 commit 18e0ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Central/SensorTagButton/SensorTagButton.ino

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

0 commit comments

Comments
 (0)