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

@ -275,7 +275,9 @@ declare namespace led {
declare enum PulseValue {
//% block=high
High = 4, // MICROBIT_PIN_EVT_PULSE_HI
//% block=low
Low = 5, // MICROBIT_PIN_EVT_PULSE_LO
}