Arduini IDE compatibility changes

changed includes to make Arduino IDE happy
This commit is contained in:
Bob-the-Kuhn
2017-11-08 15:48:35 -06:00
parent 95ea43bde4
commit d47fbf791b
12 changed files with 14 additions and 34 deletions

View File

@ -64,7 +64,7 @@
// #include "src/core/macros.h"
// #include "Configuration.h"
#include <lib/u8g.h>
#include <U8glib.h>
#define SPI_FULL_SPEED 0
#define SPI_HALF_SPEED 1

View File

@ -77,7 +77,7 @@
#ifdef TARGET_LPC1768
#include <lib/u8g.h>
#include <U8glib.h>
#define I2C_SLA (0x3c*2)
//#define I2C_CMD_MODE 0x080

View File

@ -64,7 +64,7 @@
#ifdef TARGET_LPC1768
#include <lib/u8g.h>
#include <U8glib.h>
void delayMicroseconds(uint32_t us);
//void pinMode(int16_t pin, uint8_t mode);

View File

@ -62,7 +62,7 @@
// #include "src/core/macros.h"
// #include "Configuration.h"
#include <lib/u8g.h>
#include <U8glib.h>
#define SPI_FULL_SPEED 0
#define SPI_HALF_SPEED 1

View File

@ -57,7 +57,7 @@
#ifdef TARGET_LPC1768
#include <lib/u8g.h>
#include <U8glib.h>
#include <lpc17xx_pinsel.h>

View File

@ -60,7 +60,6 @@
#if defined (TARGET_LPC1768)
#include <lib/u8g.h>
#include <U8glib.h>
#include <lpc17xx_pinsel.h>