Skip to content

LXSAMD21DMX is a driver for sending or receiving DMX using an AVR SAM D-21. This is a fork just to make a couple of small additions

License

Notifications You must be signed in to change notification settings

shiftingtech/LXSAMD21DMX

This branch is 2 commits ahead of, 24 commits behind claudeheintz/LXSAMD21DMX:master.

Repository files navigation

LXSAMD21DMX

DMX Driver for AVR SAM-D21 microcontrollers (Arduino MKR1000 & Zero, Adafruit Feather)

LXSAMD21DMX is a driver for sending or receiving DMX using one of the SAM D-21's five SERCOM serial periperhial interfaces

LXSAMD21DMX output mode continuously sends DMX once its interrupts have been enabled using startOutput(). Use setSlot() to set the level value for a particular DMX dimmer/address/channel.

LXSAMD21DMX input mode continuously receives DMX once its interrupts have been enabled using startInput() Use getSlot() to read the level value for a particular DMX dimmer/address/channel.

LXSAMD21DMX is used with a single instance called SAMD21DMX

About

LXSAMD21DMX is a driver for sending or receiving DMX using an AVR SAM D-21. This is a fork just to make a couple of small additions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.9%
  • C++ 17.5%
  • Objective-C 17.3%
  • C 3.3%