File tree 1 file changed +5
-5
lines changed
examples/StandardFirmataBLE 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
* with the nRF51822 via SPI (e.g. Bluefruit LE SPI Friend, Bluefruit LE Shield), although
68
68
* you may need to change the values of BLE_SPI_CS, BLE_SPI_IRQ, and/or BLE_SPI_RST below.
69
69
*
70
- * You will need to install a lightly-modified version of the Adafruit BluefruitLE nRF51
71
- * package, available at:
72
- * https://github.com/cstawarz /Adafruit_BluefruitLE_nRF51/archive/firmata_fixes .zip
70
+ * You will need to install the latest version of the Adafruit BluefruitLE nRF51 package,
71
+ * available at:
72
+ * https://github.com/adafruit /Adafruit_BluefruitLE_nRF51/archive/master .zip
73
73
*/
74
74
//#define BLUEFRUIT_LE_SPI
75
75
76
76
#ifdef BLUEFRUIT_LE_SPI
77
77
// Both values must be between 10ms and 4s
78
- #define FIRMATA_BLE_MIN_INTERVAL 10 // 10ms
79
- #define FIRMATA_BLE_MAX_INTERVAL 20 // 20ms
78
+ #define FIRMATA_BLE_MIN_INTERVAL 15 // 15ms
79
+ #define FIRMATA_BLE_MAX_INTERVAL 30 // 30ms
80
80
81
81
#define BLE_SPI_CS 8
82
82
#define BLE_SPI_IRQ 7
You can’t perform that action at this time.
0 commit comments