adding loc annotations

This commit is contained in:
Peli de Halleux
2016-11-17 05:30:10 -08:00
parent ecbf8409ea
commit c75e77593a
3 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,8 @@
"PinPullMode.PullDown|block": "down",
"PinPullMode.PullNone|block": "none",
"PinPullMode.PullUp|block": "up",
"PulseValue.High|block": "high",
"PulseValue.Low|block": "low",
"Rotation.Pitch|block": "pitch",
"Rotation.Roll|block": "roll",
"String.charAt|block": "char from %this|at %pos",