File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : c
2
+ sudo : false
3
+ cache :
4
+ directories :
5
+ - ~/arduino_ide
6
+ - ~/.arduino15/packages/
7
+ git :
8
+ depth : false
9
+ quiet : true
10
+ env :
11
+ global :
12
+ - ARDUINO_IDE_VERSION="1.8.5"
13
+ - PRETTYNAME="Adafruit BME280 Arduino Library"
14
+ # Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
15
+ # - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
16
+
17
+ before_install :
18
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
19
+
20
+ install :
21
+ - arduino --install-library "Adafruit ILI9341","Adafruit GFX Library"
22
+
23
+ script :
24
+ - build_main_platforms
25
+
26
+ # Generate and deploy documentation
27
+ after_success :
28
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
29
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
Original file line number Diff line number Diff line change
1
+ # Adafruit BME280 Library [ ![ Build Status] ( https://travis-ci.org/adafruit/Adafruit_BME280_Library.svg?branch=master )] ( https://travis-ci.org/adafruit/Adafruit_BME280_Library )
2
+
3
+ <img src =" https://cdn-shop.adafruit.com/970x728/2652-00.jpg " height =" 300 " />
4
+
1
5
This is a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor
2
6
3
7
Designed specifically to work with the Adafruit BME280 Breakout
You can’t perform that action at this time.
0 commit comments