Andreas Garmannslund / Mbed 2 deprecated SimplePlatformGame

Dependencies:   N5110 PinDetect PowerControl mbed

Embed: (wiki syntax)

« Back to documentation index

Note Struct Reference

Note Struct Reference

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

#include <Sound.h>

Data Fields

float beat
 Frequency of note.

Detailed Description

A note is given by its frequency and beat.

Definition at line 10 of file Sound.h.


Field Documentation

float beat

Frequency of note.

Definition at line 14 of file Sound.h.