Boboter
Loading...
Searching...
No Matches
note.h
Go to the documentation of this file.
1
7
8
#pragma once
9
#include <cstdint>
10
14
struct
note
{
15
uint16_t
frequency
;
16
uint16_t
duration
;
17
};
note
Represents a musical note, used for the buzzer.
Definition
note.h:14
note::frequency
uint16_t frequency
Frequency in Hz.
Definition
note.h:15
note::duration
uint16_t duration
Duration in ms.
Definition
note.h:16
types
note.h
Generated by
1.15.0