Skip to content

Commit

Permalink
3. Party libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Oct 7, 2024
1 parent a597b4f commit e0f778c
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 175 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/TestCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Checkout custom library
uses: actions/checkout@master
with:
repository: ArminJo/NeoPatterns
ref: master
path: CustomNeoPatterns # must contain string "Custom"
# - name: Checkout custom library
# uses: actions/checkout@master
# with:
# repository: ArminJo/NeoPatterns
# ref: master
# path: CustomNeoPatterns # must contain string "Custom"

- name: Compile all examples
uses: ArminJo/arduino-test-compile@master
with:
# required-libraries: Adafruit NeoPixel,PlayRtttl,SoftI2CMaster
required-libraries: Adafruit NeoPixel,PlayRtttl
required-libraries: Adafruit NeoPixel,PlayRtttl,NeoPatterns
# build-properties: -DSERIAL_RX_BUFFER_SIZE=8
Loading

0 comments on commit e0f778c

Please sign in to comment.