port by Thomas Combriat
Compiles and runs using Arduino's standard library (Renesas 0.8.7 at the time of this writing).
A few particularities:
The following audio modes (see MOZZI_AUDIO_MODE) are currently supported on this hardware:
The default mode is MOZZI_OUTPUT_INTERNAL_DAC. Further modes may be added in the future.
This uses the inbuild DAC on the board on pin A0. Mono output only, and the pin is not configurable. Audio resolution is also fixed at 12 bits (which is what the board supports).
This mode claims two timers (but it is not hardcoded, which ones).
MOZZI_OUTPUT_EXTERNAL_TIMED claimes one timer, MOZZI_OUTPUT_EXTERNAL_CUSTOM does not claim any timer. See External audio output