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:
- 2:da90c8eb0ca5
- Parent:
- 1:5b491fa83cb7
- Child:
- 3:086e556b57f9
diff -r 5b491fa83cb7 -r da90c8eb0ca5 math.hpp --- a/math.hpp Mon Jul 22 16:35:45 2019 +0000 +++ b/math.hpp Wed Jul 24 11:23:34 2019 +0000 @@ -27,5 +27,5 @@ //control variables int note = 0; //1=c 2=c# 3=d 4=d# 5=e 6=f 7=f# 8=g 9=g# 10=a 11=a# 12=b int octive = 0; //1=-2 //2=-1 //3=0 //4=+1 //5=+2 -int duration = 0; //1=1/16 2=1/8 3=1/4 4=1/2 5=1 6=2 +int duration = 0; //1=1/16(1 clock) 2=1/8(2 clocks) 3=1/4(4 clocks) 4=1/2(8clocks) 5=1(16 clocks) 6=2(32 clocks) #endif \ No newline at end of file