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

[Request] Support for Teensy Boards #15

Open
TheRealDxRed opened this issue Jan 26, 2018 · 8 comments
Open

[Request] Support for Teensy Boards #15

TheRealDxRed opened this issue Jan 26, 2018 · 8 comments

Comments

@TheRealDxRed
Copy link

As the title says, I would like to know if it's possible for this library to be ported to Teensy boards. Specifically the Teensy LC.

@LeagueOfDoges
Copy link

I have been working on support for teensy boards

@LeagueOfDoges
Copy link

the whole backend of this library is written in avr assembly, porting it to teensy would require at least all of the timing to be rewritten.

I'm not much of a fan of assembly, and I wanted something a bit more powerful than arduino, so I started writing my own library for teensy. It is almost functional... let me know if you are interested

@TheRealDxRed
Copy link
Author

Thanks for the quick response! I would love to see what you've made.

@NicoHood
Copy link
Owner

@LeagueOfDoges is right, it requires lots of changes. If you got something ready, please let me know, so I can link to it in the readme. I will not do that implementation myself.

@Machine-Dynamics
Copy link

I know it's been a while, but I just stumbled onto this, and having this library work with Teensy would save me a lot of headache. Did you ever get this library working, @LeagueOfDoges ?

@DogeSSBM
Copy link

@HiramSilvey
Copy link

I know this is an old thread, but what's the status of the suggested replacement library @DogeSSBM? I'm specifically interested in running this on a Teensy 4.0 or 4.1. Thanks!

@DogeSSBM
Copy link

I got one working for my purposes on the Teensy 3.2/3.6. I'm am unsure how it would work on the 4.0/4.1, but I'd be willing to help you get it ported.

https://github.com/DogeSSBM/Dogebawx

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

No branches or pull requests

6 participants