mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-15 11:26:40 +03:00
Fixed platforms.txt and corrected some paths for multiplatform IDE
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
extern "C" {
|
||||
#include <string.h>
|
||||
#include "twi.h"
|
||||
}
|
||||
|
||||
#include "Wire.h"
|
||||
|
@@ -21,8 +21,10 @@
|
||||
#ifndef TwoWire_h
|
||||
#define TwoWire_h
|
||||
|
||||
// Include Atmel CMSIS driver
|
||||
#include <include/twi.h>
|
||||
|
||||
#include "Stream.h"
|
||||
#include "twi.h"
|
||||
#include "variant.h"
|
||||
|
||||
#define BUFFER_LENGTH 32
|
||||
|
Reference in New Issue
Block a user