jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.48k stars 375 forks source link

Tone support for Arduino Due #191

Closed jgromes closed 2 years ago

jgromes commented 3 years ago

Arduino Due currently has no internal support for tone(), which is required for AFSK. There's an open PR in the core (https://github.com/arduino/ArduinoCore-sam/pull/108), once it's merged, RADIOLIB_TONE_UNSUPPORTED flag can be removed from build options.

jgromes commented 2 years ago

once it's merged, RADIOLIB_TONE_UNSUPPORTED flag can be removed from build options.

No longer true since RadioLib now supports CubeCell too (which also cannot do tone).