-
Notifications
You must be signed in to change notification settings - Fork 79
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
32 bit code #1
Comments
That is a really good idea to go 32 bit some time. Please let me know your implementation details so I can have a look how to support. |
Greetings, thank you for your interest |
is there any work in this kind of direction done or planed? the M0 and M4 boards from Adafruit would also be a nice ARM target to play with dmx... |
May be a bit out of scope but I just got it working on a Raspberry Pi 3B on Raspbian using a shield from Bitwizard. As soon as I could test it a bit more and find the time to clean up the code I'd be happy to make a pull-requests with the necessary patches (including the code for Raspberry or just the patches necessary to the existing code) if this is in the interest of @mathertel ..? |
Would you consider merging a large patch to support non-AVR chips?
I regularly hear requests to port your library to Teensy 3.1. Already DMX transmit and receive code exists for Teensy 3.1, but not wrapped up in a nice library like yours.
So I'd like to ask, would you prefer to keep this very AVR specific (and non-AVR chips have their own libraries), or would you be open to merging fairly large contributions that duplicate quite a lot of the AVR specific stuff for non-AVR chips?
The text was updated successfully, but these errors were encountered: