Skip to content

Commit

Permalink
Update examples/Peripheral/CallbackLED/CallbackLED.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 b95942f commit da2c4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Peripheral/CallbackLED/CallbackLED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BLELocalDevice BLE(&HCISpiTransport);
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
BLELocalDevice BLE(&HCISpiTransport); */
/* Shield BNRG2A1 with SPI clock on D3 */
/*SPIClass SpiHCI(D11, D12, D3);
/*#define SpiHCI SPI
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
BLELocalDevice BLE(&HCISpiTransport); */
/* Shield BNRG2A1 with SPI clock on D13 */
Expand Down

0 comments on commit da2c4fd

Please sign in to comment.