Skip to content

Commit aa6e1b3

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

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
@@ -32,7 +32,7 @@ SPIClass SpiHCI(D11, D12, D3);
3232
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
3333
BLELocalDevice BLE(&HCISpiTransport);
3434
/* Shield IDB05A1 with SPI clock on D13 */
35-
/*SPIClass SpiHCI(D11, D12, D13);
35+
/*#define SpiHCI SPI
3636
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
3737
BLELocalDevice BLE(&HCISpiTransport); */
3838
/* Shield BNRG2A1 with SPI clock on D3 */

0 commit comments

Comments
 (0)