-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajout des bibliotheques et des tests arduino pour BigMax v1
- Loading branch information
Hanicotte Maxime
committed
Feb 16, 2019
1 parent
157772f
commit 6643c62
Showing
67 changed files
with
19,530 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*.c~ | ||
*.cpp~ | ||
*.h~ | ||
.DS_Store |
27 changes: 27 additions & 0 deletions
27
informatique/libraries/Adafruit_VL53L0X-master/.travis.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
language: c | ||
sudo: false | ||
|
||
# Blacklist | ||
branches: | ||
except: | ||
- gh-pages | ||
|
||
env: | ||
global: | ||
- PRETTYNAME="Adafruit VL53L0X Arduino Library" | ||
- DOXYFILE: $TRAVIS_BUILD_DIR/doxyfile | ||
|
||
|
||
before_install: | ||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) | ||
|
||
install: | ||
- arduino --install-library "Adafruit SSD1306","Adafruit GFX Library" | ||
|
||
script: | ||
- build_main_platforms | ||
|
||
# Generate and deploy documentation | ||
after_success: | ||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh) | ||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Adafruit VL53L0X Library [![Build Status](https://travis-ci.org/adafruit/Adafruit_VL53L0X.svg?branch=master)](https://travis-ci.org/adafruit/Adafruit_VL53L0X) | ||
|
||
<img src="https://cdn-shop.adafruit.com/970x728/3317-03.jpg" height="300"/> | ||
|
||
This is a library for the Adafruit VL53L0X time-of-flight breakout: | ||
* https://www.adafruit.com/products/3317 | ||
|
||
Check out the links above for our tutorials and wiring diagrams. This chip uses I2C to communicate | ||
|
||
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! | ||
|
||
Written by Limor Fried/Ladyada for Adafruit Industries. | ||
MIT license, all text above must be included in any redistribution |
Oops, something went wrong.