Some edits for the new sensor/motor examples (#901)

* Some edits for the new sensor/motor examples

* article typo

* dark and bright

* fix block styling

* I like 'on'

* more block styling
This commit is contained in:
Galen Nickel
2019-09-02 04:20:42 -07:00
committed by Peli de Halleux
parent d5194b8d28
commit 7e9cc791ec
10 changed files with 17 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Reflected light measure
This example uses a color sensor to measure the reflected light on the dark and light surface
and set the light/dark thresholds.
This example uses a color sensor to measure the reflected light from a dark and light surface
and sets the light/dark thresholds.
```blocks
sensors.color3.onLightDetected(LightIntensityMode.Reflected, Light.Dark, function () {