Skip to content

Commit

Permalink
Update examples/Central/PeripheralExplorer/PeripheralExplorer.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 ab1df57 commit 19ce615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Central/PeripheralExplorer/PeripheralExplorer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BLELocalDevice BLE(&HCISpiTransport); */
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
BLELocalDevice BLE(&HCISpiTransport); */
/* 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); */
#endif
Expand Down

0 comments on commit 19ce615

Please sign in to comment.