Boboter
Loading...
Searching...
No Matches
sound.h File Reference
#include <cstdint>
#include <vector>
#include "types/note.h"

Go to the source code of this file.

Typedefs

using sound = std::vector<note>
 A datatype to store information about a sound to play on the buzzer.

Detailed Description

Authors
MarioS271

Typedef Documentation

◆ sound

using sound = std::vector<note>

A datatype to store information about a sound to play on the buzzer.