Skip to content

claudeheintz/LXUSARTDMX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LXUSARTDMX

DMX Driver for Arduino/AVR microcontrollers

LXUSARTDMX is a driver for sending or receiving DMX using an AVR microcontroller's USART

LXUSARTDMX 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.

LXUSARTDMX 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.

LXUSARTDMX is used with a single instance called LXSerialDMX

About

DMX input/output driver for Arduino/AVR microcontrollers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published