Skip to content

Commit 58ed2e2

Browse files
committed
Modified file system for science kit rev 2
Modified the file system of the old library in order to add the support for the new science kit rev 2
1 parent 35da8b0 commit 58ed2e2

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ jobs:
4343
- name: Arduino_LSM9DS1
4444
- name: ArduinoBLE
4545
- name: Arduino_CMSIS-DSP
46-
sketch-paths: examples/Nano33BLESenseFirmware
46+
sketch-paths: examples/ScienceKit/Nano33BLESenseFirmware
4747
- fqbn: arduino:mbed_nano:nanorp2040connect
4848
platforms: |
4949
- name: arduino:mbed_nano
5050
libraries: |
5151
- name: Arduino_LSM6DSOX
5252
- name: ArduinoBLE
53-
sketch-paths: examples/RP2040ConnectFirmware
53+
sketch-paths: examples/ScienceKit/RP2040ConnectFirmware
5454
- fqbn: arduino:samd:mkrwifi1010
5555
platforms: |
5656
- name: arduino:samd
5757
libraries: |
5858
- name: ArduinoBLE
5959
- name: Adafruit LSM9DS1 Library
60-
sketch-paths: examples/PhysicsLabFirmware
60+
sketch-paths: examples/ScienceKit/PhysicsLabFirmware
6161

6262
steps:
6363
- name: Checkout repository
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)