File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Compile Sketches
2+
3+ on :
4+ - push
5+ - pull_request
6+
7+ jobs :
8+ compile-sketches :
9+ runs-on : ubuntu-latest
10+
11+ steps :
12+ - name : Checkout repository
13+ uses : actions/checkout@v2
14+
15+ # See: https://github.com/arduino/compile-sketches#readme
16+ - name : Compile sketches
17+ uses : arduino/compile-sketches@v1
18+ with :
19+ fqbn : arduino:mbed:nano33ble
20+ sketch-paths : |
21+ - FruitToEmoji/sketches/object_color_capture
22+ - GestureToEmoji/ArduinoSketches/HardwareTest
23+ - GestureToEmoji/ArduinoSketches/IMU_Capture
24+ - GestureToEmoji/ArduinoSketches/IMU_Classifier
25+ libraries : |
26+ - name: Arduino_TensorFlowLite
27+ - name: Arduino_APDS9960
28+ - name: Arduino_LSM9DS1
Original file line number Diff line number Diff line change 11# Machine Learning on Arduino
22## Arduino TensorFlow Lite Tutorials
33
4+ [ ![ Compile Sketches status] ( https://github.com/arduino/ArduinoTensorFlowLiteTutorials/actions/workflows/compile-sketches.yml/badge.svg )] ( https://github.com/arduino/ArduinoTensorFlowLiteTutorials/actions/workflows/compile-sketches.yml )
5+
46This Github repo contains tutorials for using TensorFlow Lite on Arduino hardware.
57
68* [ GestureToEmoji] ( GestureToEmoji/ )
You can’t perform that action at this time.
0 commit comments