-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing library README files and fix headings so index is generat…
…ed correctly
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Adafruit VL53L0X Library | ||
|
||
[![Build Status](https://travis-ci.com/adafruit/Adafruit_VL53L0X.svg?branch=master)](https://travis-ci.com/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 |
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,8 @@ | ||
Arduino TensorFlow Lite | ||
======================= | ||
|
||
This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. | ||
|
||
With the included examples, you can recognize speech, detect people using a camera, and recognise "magic wand" gestures using an accelerometer. | ||
|
||
The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer. |
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,6 @@ | ||
CS5460 ADC | ||
========== | ||
|
||
Arduino library for CS5460 Delga-Sigma ADC. | ||
|
||
Connects via SPI interface. |