Skip to content

Commit 11bb949

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Peripheral/CallbackLED/CallbackLED.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BLELocalDevice BLE(&HCISpiTransport); */
4141
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
4242
BLELocalDevice BLE(&HCISpiTransport); */
4343
/* Shield BNRG2A1 with SPI clock on D13 */
44-
/*SPIClass SpiHCI(D11, D12, D13);
44+
/*#define SpiHCI SPI
4545
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
4646
BLELocalDevice BLE(&HCISpiTransport); */
4747
#endif

0 commit comments

Comments
 (0)