Fix compilation issues is certain situations.

This commit is contained in:
me-no-dev 2017-03-19 11:27:58 +02:00
parent 01b2ef780a
commit a70954111b
12 changed files with 23 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define _SPI_H_INCLUDED #define _SPI_H_INCLUDED
#include <stdlib.h> #include <stdlib.h>
#include "pins_arduino.h"
#include "esp32-hal-spi.h" #include "esp32-hal-spi.h"
class SPISettings class SPISettings

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 11 #define EXTERNAL_NUM_INTERRUPTS 11
#define NUM_DIGITAL_PINS 12 #define NUM_DIGITAL_PINS 12
#define NUM_ANALOG_INPUTS 5 #define NUM_ANALOG_INPUTS 5

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 38 #define NUM_DIGITAL_PINS 38
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16

View File

@ -1,6 +1,8 @@
#ifndef Pins_Arduino_h #ifndef Pins_Arduino_h
#define Pins_Arduino_h #define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16 #define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40 #define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16 #define NUM_ANALOG_INPUTS 16