Decompilation and minor PR feedback

This commit is contained in:
Sam El-Husseini
2018-01-06 17:16:08 -08:00
parent 6a1b560101
commit a79704fecc
2 changed files with 9 additions and 5 deletions

View File

@ -7,7 +7,7 @@ namespace motors {
*/
//% blockId=motorSpeedPicker block="%speed" shim=TD_ID
//% speed.fieldEditor="speed" colorSecondary="#FFFFFF"
//% weight=0 blockHidden=1
//% weight=0 blockHidden=1 speed.fieldOptions.decompileLiterals=1
export function __speedPicker(speed: number): number {
return speed;
}