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 9788f7f commit 25e6615Copy full SHA for 25e6615
examples/StandardFirmataBLE/StandardFirmataBLE.ino
@@ -20,7 +20,7 @@
20
21
See file LICENSE.txt for further informations on licensing terms.
22
23
- Last updated by Jeff Hoefs: March 5th, 2016
+ Last updated March 13th, 2016
24
*/
25
26
#include <Servo.h>
@@ -85,7 +85,7 @@ struct i2c_device_info {
85
/* for i2c read continuous more */
86
i2c_device_info query[I2C_MAX_QUERIES];
87
88
-byte i2cRxData[32];
+byte i2cRxData[64];
89
boolean isI2CEnabled = false;
90
signed char queryIndex = -1;
91
// default delay time between i2c read request and Wire.requestFrom()
0 commit comments