Skip to content

Commit 81ff00b

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

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
@@ -35,7 +35,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI
3535
BLELocalDevice BLE(&HCISpiTransport);
3636
const int buttonPin = PC13; // set buttonPin to digital pin PC13
3737
/* Shield IDB05A1 with SPI clock on D13 */
38-
/*SPIClass SpiHCI(D11, D12, D13);
38+
/*#define SpiHCI SPI
3939
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
4040
BLELocalDevice BLE(&HCISpiTransport);
4141
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */

0 commit comments

Comments
 (0)