浏览代码

Include Arduino.h (for pre-compiled header speedup)

main
PaulStoffregen 6 年前
父节点
当前提交
877a05eb59
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. +2
    -0
      Wire.cpp
  2. +1
    -1
      Wire.h

+ 2
- 0
Wire.cpp 查看文件

@@ -19,6 +19,8 @@
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
*/

#include <Arduino.h>

#if defined(__AVR__)

#include "Wire.h"

+ 1
- 1
Wire.h 查看文件

@@ -28,7 +28,7 @@
#elif defined(__AVR__)

#include <inttypes.h>
#include "Arduino.h"
#include <Arduino.h>

#define BUFFER_LENGTH 32
#define WIRE_HAS_END 1

正在加载...
取消
保存