Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
- fqbn: arduino:megaavr:nona4809
platforms: |
- name: arduino:megaavr
- fqbn: arduino:sam:arduino_due_x_dbg
platforms: |
- name: arduino:sam
- fqbn: arduino:samd:arduino_zero_edbg
platforms: |
- name: arduino:samd
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sentence=Control DMX lights with your Arduino.
paragraph=Using RS485 shields, like the MKR 485 Shield. This library depends on the RS485 library.
category=Other
url=https://github.com/arduino-libraries/ArduinoDMX
architectures=*
architectures=avr,megaavr,samd,mbed_portenta,mbed_nano
includes=ArduinoDMX.h
depends=ArduinoRS485