SoftModem
SoftModem copied to clipboard
Support for Teensy micro-controller?
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.