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
Diff: variables.hpp
- Revision:
- 1:5b491fa83cb7
- Child:
- 4:e56a755aeaf1
diff -r 951442bd3f7f -r 5b491fa83cb7 variables.hpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/variables.hpp Mon Jul 22 16:35:45 2019 +0000 @@ -0,0 +1,30 @@ +#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 \ No newline at end of file