Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
variables.hpp
- Committer:
- liam_grazier
- Date:
- 2019-07-22
- Revision:
- 1:5b491fa83cb7
File content as of revision 1:5b491fa83cb7:
#ifndef __variables__
#define __variables__
float vc;
float vcshp;
float vd;
float vdshp;
float ve;
float vf;
float vfshp;
float vg;
float vgshp;
float va;
float vashp;
float vb;
float vtempo;
float vplustwo;
float vplusone;
float vzero;
float vnegone;
float vnegtwo;
float vtwo;
float vone;
float vhalf;
float vquater;
float vsixthteenth;
float veigth;
int sumnotes2 = 0;
int sumoctives2 = 0;
int sumduration2 = 0;
#endif