Skip to content

Commit b95942f

Browse files
cparatafpistm
andauthored
Update examples/Peripheral/ButtonLED/ButtonLED.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent fafde93 commit b95942f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Peripheral/ButtonLED/ButtonLED.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000,
4646
BLELocalDevice BLE(&HCISpiTransport);
4747
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
4848
/* Shield BNRG2A1 with SPI clock on D13 */
49-
/*SPIClass SpiHCI(D11, D12, D13);
49+
/*#define SpiHCI SPI
5050
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
5151
BLELocalDevice BLE(&HCISpiTransport);
5252
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */

0 commit comments

Comments
 (0)