diff --git a/libs/microbit/input.cpp b/libs/microbit/input.cpp index 87028b87..2b7ced65 100644 --- a/libs/microbit/input.cpp +++ b/libs/microbit/input.cpp @@ -202,7 +202,7 @@ namespace input { /** - * Reads the light level applied to the LED screen in a range from ``0`` (dark) to ``255`` bright. In the simulator, the ``acceleration y`` is used to emulate this value. + * Reads the light level applied to the LED screen in a range from ``0`` (dark) to ``255`` bright. */ //% help=input/light-level weight=53 //% blockId=device_get_light_level block="light level" blockGap=8 icon="\uf185" diff --git a/libs/microbit/shims.d.ts b/libs/microbit/shims.d.ts index 527d89c8..3838b948 100644 --- a/libs/microbit/shims.d.ts +++ b/libs/microbit/shims.d.ts @@ -257,7 +257,7 @@ declare namespace input { function acceleration(dimension: Dimension): number; /** - * Reads the light level applied to the LED screen in a range from ``0`` (dark) to ``255`` bright. In the simulator, the ``acceleration y`` is used to emulate this value. + * Reads the light level applied to the LED screen in a range from ``0`` (dark) to ``255`` bright. */ //% help=input/light-level weight=53 //% blockId=device_get_light_level block="light level" blockGap=8 icon="\uf185" shim=input::lightLevel