소스 검색

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

Loading…
취소
저장