Skip to content

Commit

Permalink
Update examples/Central/LedControl/LedControl.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 19ce615 commit 81ff00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Central/LedControl/LedControl.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI
BLELocalDevice BLE(&HCISpiTransport);
const int buttonPin = PC13; // set buttonPin to digital pin PC13
/* Shield IDB05A1 with SPI clock on D13 */
/*SPIClass SpiHCI(D11, D12, D13);
/*#define SpiHCI SPI
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
BLELocalDevice BLE(&HCISpiTransport);
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
Expand Down

0 comments on commit 81ff00b

Please sign in to comment.