#pragma once

#include <stdint.h>
#include <stdbool.h>

void mainPlayer(void);
uint32_t getFrequenceValue(uint16_t period);
