bitluni / ESP32AMRadioTransmitter

127 stars 33 forks source link

Timers not working ?? #4

Open aknik opened 6 years ago

aknik commented 6 years ago

Hi, I need to modulate the signal with a timer, but timer seems not usuable with your code, at leas it seems to me. :-)

include

tickerSetLow.attach_ms(100, DcfOut ); This does not works ! No error, but do nothing at all !!! I need a timer for doing a routine each 100 milli secons.

Thanks again for your help !!!