We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ff00b commit 9f46797Copy full SHA for 9f46797
examples/Central/LedControl/LedControl.ino
@@ -45,7 +45,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000,
45
BLELocalDevice BLE(&HCISpiTransport);
46
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
47
/* Shield BNRG2A1 with SPI clock on D13 */
48
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
49
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
50
51
0 commit comments