We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafde93 commit b95942fCopy full SHA for b95942f
examples/Peripheral/ButtonLED/ButtonLED.ino
@@ -46,7 +46,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000,
46
BLELocalDevice BLE(&HCISpiTransport);
47
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
48
/* Shield BNRG2A1 with SPI clock on D13 */
49
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
50
HCISpiTransportClass HCISpiTransport(SpiHCI, BLUENRG_M2SP, A1, A0, D7, 1000000, SPI_MODE1);
51
52
0 commit comments