Skip to content

Commit da2c4fd

Browse files
cparatafpistm
andauthored
Update examples/Peripheral/CallbackLED/CallbackLED.ino
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent b95942f commit da2c4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BLELocalDevice BLE(&HCISpiTransport);
3737
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
3838
BLELocalDevice BLE(&HCISpiTransport); */
3939
/* Shield BNRG2A1 with SPI clock on D3 */
40-
/*SPIClass SpiHCI(D11, D12, D3);
40+
/*#define SpiHCI SPI
4141
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
4242
BLELocalDevice BLE(&HCISpiTransport); */
4343
/* Shield BNRG2A1 with SPI clock on D13 */

0 commit comments

Comments
 (0)