Skip to content

Commit fafde93

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/Peripheral/ButtonLED/ButtonLED.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI
3636
BLELocalDevice BLE(&HCISpiTransport);
3737
const int buttonPin = PC13; // set buttonPin to digital pin PC13
3838
/* Shield IDB05A1 with SPI clock on D13 */
39-
/*SPIClass SpiHCI(D11, D12, D13);
39+
/*#define SpiHCI SPI
4040
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
4141
BLELocalDevice BLE(&HCISpiTransport);
4242
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */

0 commit comments

Comments
 (0)