fix MotionMote CI attempt
This commit is contained in:
parent
67ceeeeab1
commit
7f140f04da
|
|
@ -51,8 +51,9 @@ install:
|
||||||
# http://platformio.org/#!/lib/show/531/WirelessHEX69
|
# http://platformio.org/#!/lib/show/531/WirelessHEX69
|
||||||
# http://platformio.org/#!/lib/show/532/BMP180
|
# http://platformio.org/#!/lib/show/532/BMP180
|
||||||
# http://platformio.org/#!/lib/show/536/Si7021
|
# http://platformio.org/#!/lib/show/536/Si7021
|
||||||
|
# http://platformio.org/#!/lib/show/684/Sparkfun BME280
|
||||||
|
|
||||||
- platformio lib install 7 38 125 131 136 176 531 532 536
|
- platformio lib install 7 38 125 131 136 176 531 532 536 684
|
||||||
|
|
||||||
#- wget https://bitbucket.org/fmalpartida/st7036-display-driver/downloads/LCD_%20ST7036_v1.2.0.zip -O /tmp/st7036_source.zip
|
#- wget https://bitbucket.org/fmalpartida/st7036-display-driver/downloads/LCD_%20ST7036_v1.2.0.zip -O /tmp/st7036_source.zip
|
||||||
#- unzip /tmp/st7036_source.zip -d /tmp/
|
#- unzip /tmp/st7036_source.zip -d /tmp/
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
||||||
//writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/
|
//writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/
|
||||||
#include <SPIFlash.h> //get it here: https://www.github.com/lowpowerlab/spiflash
|
#include <SPIFlash.h> //get it here: https://www.github.com/lowpowerlab/spiflash
|
||||||
//#include <SparkFunBME280.h> //get it here: https://github.com/sparkfun/SparkFun_BME280_Breakout_Board/tree/master/Libraries/Arduino/src
|
#include <SparkFunBME280.h> //get it here: https://github.com/sparkfun/SparkFun_BME280_Breakout_Board/tree/master/Libraries/Arduino/src
|
||||||
#include <Wire.h> //comes with Arduino
|
#include <Wire.h> //comes with Arduino
|
||||||
|
|
||||||
//*********************************************************************************************
|
//*********************************************************************************************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue