arms22 / SoftModem

Audio Jack Modem Library for Arduino
BSD 3-Clause "New" or "Revised" License
184 stars 36 forks source link

Support for Teensy micro-controller? #12

Open stephanschulz opened 4 years ago

stephanschulz commented 4 years ago

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.