defragster
Senior Member+
That was ported back some time by PJRC - not sure what came of the .end() if it was there when it was forked - I don't see an end() or any effort to stop the timers after they are started - or deal with the pin - other than setting PWM pins to output as needed on initial setup.
When I added the queue of multiple objects to run without blocking - at the end of the list I just fed it a quiet sound - but nothing disabled.
On T_3.2 [ A14 ] and other Teensy's with a DAC the sound may be better on the DAC pin.
Is not having the .end() causing trouble? It would take some effort - even if small - to shut the Talkie down to initial state of "setup=0" - no _isr() and interrupts and detecting the pin in use and setting it to INPUT.
When I added the queue of multiple objects to run without blocking - at the end of the list I just fed it a quiet sound - but nothing disabled.
On T_3.2 [ A14 ] and other Teensy's with a DAC the sound may be better on the DAC pin.
Is not having the .end() causing trouble? It would take some effort - even if small - to shut the Talkie down to initial state of "setup=0" - no _isr() and interrupts and detecting the pin in use and setting it to INPUT.