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 18e0ca1 commit fafde93Copy full SHA for fafde93
examples/Peripheral/ButtonLED/ButtonLED.ino
@@ -36,7 +36,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI
36
BLELocalDevice BLE(&HCISpiTransport);
37
const int buttonPin = PC13; // set buttonPin to digital pin PC13
38
/* Shield IDB05A1 with SPI clock on D13 */
39
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
40
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
41
42
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
0 commit comments