We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ce615 commit 81ff00bCopy full SHA for 81ff00b
examples/Central/LedControl/LedControl.ino
@@ -35,7 +35,7 @@ HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI
35
BLELocalDevice BLE(&HCISpiTransport);
36
const int buttonPin = PC13; // set buttonPin to digital pin PC13
37
/* Shield IDB05A1 with SPI clock on D13 */
38
-/*SPIClass SpiHCI(D11, D12, D13);
+/*#define SpiHCI SPI
39
HCISpiTransportClass HCISpiTransport(SpiHCI, SPBTLE_RF, A1, A0, D7, 8000000, SPI_MODE0);
40
41
const int buttonPin = PC13; // set buttonPin to digital pin PC13 */
0 commit comments