Skip to content

Commit

Permalink
gh: add new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Sep 3, 2024
1 parent fd803c4 commit b7a2d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- source-path: ./
# Install library dependencies.
- name: STM32duino VL53L4CD
- name: STM32duino VL53L4ED
- name: Arduino_LSM6DSOX
- name: Arduino_LPS22HB
- name: Arduino_HS300x
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=Communication
url=https://github.com/arduino-libraries/Modulino
architectures=*
includes=Modulino.h
depends=STM32duino VL53L4CD,Arduino_LSM6DSOX,Arduino_LPS22HB,Arduino_HS300x
depends=STM32duino VL53L4CD,STM32duino VL53L4ED,Arduino_LSM6DSOX,Arduino_LPS22HB,Arduino_HS300x

0 comments on commit b7a2d49

Please sign in to comment.