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

Support for Teensy micro-controller? #12

Open
stephanschulz opened this issue Apr 17, 2020 · 0 comments
Open

Support for Teensy micro-controller? #12

stephanschulz opened this issue Apr 17, 2020 · 0 comments

Comments

@stephanschulz
Copy link

stephanschulz commented Apr 17, 2020

I have a setup that already runs XLR cables through my space and I use these Balanced to Un-balanced converters to feed audio to my teensy + audio shield.

I am now hoping to use your library to communicate between two teensy controllers.
But your code works only for Atmel.
Teensy uses interrupt timers: https://www.pjrc.com/teensy/td_timing_IntervalTimer.html

Converter:
https://www.sparkfun.com/products/14002
https://www.sparkfun.com/products/14003

Audio shield:
https://www.pjrc.com/store/teensy3_audio.html

TIFR2 |= _BV(OCF2B); and TIMSK2 cause me problems.

Thanks for any advice.

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

1 participant