Skip to content

Commit 9f46797

Browse files
cparatafpistm
andauthored
Update examples/Central/LedControl/LedControl.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent 81ff00b commit 9f46797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)