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

@ -32,7 +32,9 @@ enum class AnalogPin {
};
enum class PulseValue {
//% block=high
High = MICROBIT_PIN_EVT_PULSE_HI,
//% block=low
Low = MICROBIT_PIN_EVT_PULSE_LO
};