nimaltd / DtmfGenerator

Dtmf generator for stm32
GNU General Public License v3.0
27 stars 4 forks source link

Dtmf_CallBack #2

Open Bender26 opened 3 years ago

Bender26 commented 3 years ago

Hi,

Where exactly i put Dtmf_CallBack function?

nimaltd commented 3 years ago

Hello. in your timer interrupt callback.

Bender26 commented 3 years ago

Like this? void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { Dtmf_CallBack(); }

nimaltd commented 3 years ago

Yes