File tree 2 files changed +30
-0
lines changed
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 1
1
# Machine Learning on Arduino
2
2
## Arduino TensorFlow Lite Tutorials
3
3
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
+
4
6
This Github repo contains tutorials for using TensorFlow Lite on Arduino hardware.
5
7
6
8
* [ GestureToEmoji] ( GestureToEmoji/ )
You can’t perform that action at this time.
0 commit comments