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: math.hpp
- Revision:
- 3:086e556b57f9
- Parent:
- 2:da90c8eb0ca5
--- a/math.hpp Wed Jul 24 11:23:34 2019 +0000 +++ b/math.hpp Wed Jul 24 12:24:05 2019 +0000 @@ -2,6 +2,11 @@ #define __math__ //notes variables bool matchflagnotes; +float abstempo = 0; +int clockcountneg; +int storedduration; +int runval; + float sumnotes = 0; int randomnotes = 0; int matchnotelower = 0;