Skip to content

Commit

Permalink
Update examples/Peripheral/ButtonLED/ButtonLED.ino
Browse files Browse the repository at this point in the history
Co-Authored-By: Frederic Pillon <[email protected]>
  • Loading branch information
cparata and fpistm authored Feb 17, 2020
1 parent fafde93 commit b95942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Peripheral/ButtonLED/ButtonLED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000,
BLELocalDevice BLE(&HCISpiTransport);
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
/* Shield BNRG2A1 with SPI clock on D13 */
/*SPIClass SpiHCI(D11, D12, D13);
/*#define SpiHCI SPI
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
BLELocalDevice BLE(&HCISpiTransport);
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
Expand Down

0 comments on commit b95942f

Please sign in to comment.