Adding Buzzer sound in Button (TouchGfx)
I am currently using the touch gfx button with its callback function to call PWM code to execute when I press the button on the GUI as shown below.#include <main.h> #include "cmsis_os.h" extern TIM_HandleTypeDef htim4; void MAINViewBase::buttonCallb...