UNPKG

pxt-common-packages

Version:
12 lines (8 loc) 246 B
// Auto-generated. Do not edit. declare const enum LightCondition { //% block="dark" Dark = 1, // SENSOR_THRESHOLD_LOW //% block="bright" Bright = 2, // SENSOR_THRESHOLD_HIGH } // Auto-generated. Do not edit. Really.