balbinus / LXSAMD21DMX

LXSAMD21DMX is a driver for sending or receiving DMX using an AVR SAM D-21

Home Page:https://www.claudeheintzdesign.com/lx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.claudeheintzdesign.com/lx

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 62.8%Language:C++ 17.8%Language:Objective-C 16.1%Language:C 3.3%