Hugo Hu / Mbed 2 deprecated BRAVEHEART

Dependencies:   mbed N5110 ShiftReg PinDetect

Embed: (wiki syntax)

« Back to documentation index

Note Struct Reference

Note Struct Reference

A note is given by its frequency and beat. More...

#include <Music.h>

Data Fields

float beat
 Frequency of note.

Detailed Description

A note is given by its frequency and beat.

Definition at line 11 of file Music.h.


Field Documentation

float beat

Frequency of note.

Definition at line 15 of file Music.h.