Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breakage from removal of Arduino_TensorFlowLite dependency from Library Manager #43

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Arduino_LSM9DS1
- name: Servo
- name: Adafruit Thermal Printer Library
- name: Arduino_TensorFlowLite
- source-url: https://github.com/tensorflow/tflite-micro-arduino-examples.git
destination-name: Arduino_TensorFlowLite
- name: Adafruit SSD1306
- name: Adafruit GFX Library
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ The dependencies of this library are specified on the [library.properties](libra
* [Arduino_APDS9960](https://github.com/arduino-libraries/Arduino_APDS9960): APDS9960 sensor, to read gestures, color, proximity.
* [Arduino_KNN](https://github.com/arduino-libraries/Arduino_KNN): for machine learning with K-Nearest Neighbors algorithm.
* [Arduino_LSM9DS1](https://github.com/arduino-libraries/Arduino_LSM9DS1): LSM9DS1 IMU sensor, to read accelerometer, magnetometer, gyroscope.
* [Arduino_TensorFlowLite](https://www.arduino.cc/reference/en/libraries/arduino_tensorflowlite/): for machine learning with TensorFlow.
* [Servo](https://github.com/arduino-libraries/Servo): output with servo motors.

There is an additional dependency that must be installed manually:

* [Arduino_TensorFlowLite](https://github.com/tensorflow/tflite-micro-arduino-examples): for machine learning with TensorFlow.

## Contents

This repository is distributed in two branches:
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ category=Other
url=https://github.com/montoyamoraga/TinyTrainable
architectures=mbed_nano
includes=TinyTrainable.h
depends= Adafruit GFX Library, Adafruit SSD1306, Adafruit Thermal Printer Library, Arduino_APDS9960, Arduino_KNN, Arduino_LSM9DS1, Arduino_TensorFlowLite, Servo
depends= Adafruit GFX Library, Adafruit SSD1306, Adafruit Thermal Printer Library, Arduino_APDS9960, Arduino_KNN, Arduino_LSM9DS1, Servo