Migrate serial

This commit is contained in:
Michal Moskal
2016-04-01 22:00:42 -07:00
parent 0130ecb0c2
commit 6bf46577f9
6 changed files with 72 additions and 27 deletions

View File

@ -116,7 +116,7 @@ namespace music {
* Gets the frequency of a note.
* @param name TODO
*/
//% shim=TD_ID weight=50 help=music/note-frequency
//% weight=50 help=music/note-frequency
//% blockId=device_note block="%note"
export function noteFrequency(name: Note): number {
return name;