Skip to content

Commit

Permalink
Add missing library README files and fix headings so index is generat…
Browse files Browse the repository at this point in the history
…ed correctly
  • Loading branch information
mikee47 committed Oct 17, 2020
1 parent ae02fc6 commit abbb0ec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Sming/Libraries/.patches/Adafruit_VL53L0X/README.md
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
8 changes: 8 additions & 0 deletions Sming/Libraries/.patches/Arduino_TensorFlowLite/README.rst
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.
6 changes: 6 additions & 0 deletions Sming/Libraries/CS5460/README.rst
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.

0 comments on commit abbb0ec

Please sign in to comment.