1 2 3 4 5 6 7 8
#ifndef MELVIX_SOUND_H #define MELVIX_SOUND_H #include <stdint.h> void beep(uint32_t frequency, uint32_t ticks); #endif