Giter Site home page Giter Site logo

lxteensy4dmx_library's Introduction

LXTeensy4DMX

DMX Driver for Teensy 4 using Teensyduino

LXTeensy4DMX is a driver for sending or receiving DMX using a Teensy 4.0's UARTs.

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

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

LXTeensy4DMX rdm mode allows both sending and receiving. RDM mode can continuously send DMX, the same as when using output mode. But, RDM mode can also pause regular DMX (zero start code) to send an RDM message and wait for a reply. RDM mode can also be used to listen for both regular and RDM packets, responding to the RDM messages by sending replies.

LXTeensy4DMX is used with the following global objects:

Teensy4DMX		uses pins 0 and 1		RX1/TX1
Teensy4DMX1		uses pins 7 and 8		RX2/TX2
Teensy4DMX2		uses pins 15 and 14		RX3/TX3
Teensy4DMX3		uses pins 16 and 17		RX4/TX4

lxteensy4dmx_library's People

Contributors

claudeheintz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.