BME680 driver - correction of examples

- additional includes added to satisfy Travis CI build
This commit is contained in:
Gunar Schorcht 2017-10-17 07:26:24 +02:00
parent 382022f507
commit 962c9ca4b8
2 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,9 @@
#include "espressif/esp_common.h"
#include "esp/uart.h"
#include "FreeRTOS.h"
#include "task.h"
// include communication interface driver
#include "esp/spi.h"
#include "i2c/i2c.h"

View file

@ -22,6 +22,9 @@
#include "espressif/esp_common.h"
#include "esp/uart.h"
#include "FreeRTOS.h"
#include "task.h"
// include communication interface driver
#include "esp/spi.h"
#include "i2c/i2c.h"