1
0
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:
Cristian Maglie
2012-01-13 19:09:07 +01:00
parent 4a0260e2b5
commit 160fa18adb
6 changed files with 38 additions and 58 deletions

View File

@@ -20,7 +20,6 @@
extern "C" {
#include <string.h>
#include "twi.h"
}
#include "Wire.h"

View File

@@ -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