未验证 提交 e7e94ea2 编写于 作者: P Pablo Clemente Maseda 提交者: GitHub

Enable I2C_BUFFER_LENGTH definition for Wire lib (#5172)

上级 b5ee7dde
......@@ -31,7 +31,9 @@
#include "Stream.h"
#define STICKBREAKER 'V1.1.0'
#define I2C_BUFFER_LENGTH 128
#ifndef I2C_BUFFER_LENGTH
#define I2C_BUFFER_LENGTH 128
#endif
typedef void(*user_onRequest)(void);
typedef void(*user_onReceive)(uint8_t*, int);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册