Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more functionality (receiving, callbacks, ...) #13

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

thewhobox
Copy link

This PullRequest adds some features im using a while now.

  • added defines to setup dali (see below)
  • support for rp2040, ESP32, ESP8266*, AVR*
  • supports externally called timer isr (DALI_NO_TIMER)
  • added functions for easy broadcast telegrams
  • added Dali Commands (DaliCmdExtendedDT8)
  • added receive dali commands
  • added callback for dali activity (ex to use a led to show activity)
  • added callback for errors in rx/tx interrupt
  • use of macros for set/get BusLevel to reduce time spent in interrupt
  • added support edali commands (raw 25 bits)

Im using TimerInterrupt_Generic to support more boards without much changes.
Its possible to set the Timer and other things via defines.

@thewhobox
Copy link
Author

Created new PullRequest due to wrong source branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant