adding namespace descriptions

This commit is contained in:
Peli de Halleux
2016-04-05 15:59:25 -07:00
parent a9137f7761
commit 761e4f38cd
10 changed files with 32 additions and 4 deletions

View File

@ -74,6 +74,9 @@ enum BeatFraction {
Sixteenth = 16
}
/**
* Generation of music tones through pin ``P0``.
*/
//% color=52 weight=33
namespace music {
var beatsPerMinute: number = 120;