User Activity

I want to drive simple buzzer with HAL library.I did this with mbed library and I played simple pirates of the caribbean melody.My mbed code like this :#include "mbed.h"   #define NOTE_C4 262 //Defining note frequency #define NOTE_D4 294 #define ...