# Sensor

- [uKit eye lamp](/ukit-explore/standard/sensor/eyelight.md): Functions Syntax
- [setEyelightAllPetals(id,red,green,blue)](/ukit-explore/standard/sensor/eyelight/seteyelightallpetals.md): Control all the 8 petals (pixels) of the eye lamp to light up a set of color.
- [setEyelightPetals(id,petalsnum,petals)](/ukit-explore/standard/sensor/eyelight/seteyelightpetals.md): Customize eye lamps, 8 petals (pixels) light up in different colors.
- [setEyelightLook(id,face,times,red,green,blue)](/ukit-explore/standard/sensor/eyelight/seteyelightlook.md): Set the emoticons to light up different color of expressions (non-blocking)
- [setEyelightLookUntil(id,face,times,red,green,blue)](/ukit-explore/standard/sensor/eyelight/seteyelightlookuntil.md): 设置眼灯亮不同颜色的表情（阻塞）
- [setEyelightScene(id,scene,times);](/ukit-explore/standard/sensor/eyelight/seteyelightscene.md): Set the eye lamp to the different scene mode (non-blocking)
- [setEyelightSceneUntil(id,scene,times)](/ukit-explore/standard/sensor/eyelight/seteyelightsceneuntil.md): Set the eye lamp to the different scene mode (blocking).
- [setEyelightOff(id)](/ukit-explore/standard/sensor/eyelight/seteyelightoff.md): Turn off the eye lamp
- [uKit Ultrasonic Sensor](/ukit-explore/standard/sensor/ultrasonic.md): Functions Syntax
- [setUltrasonicRgbled(id,red,green,blue)](/ukit-explore/standard/sensor/ultrasonic/setultrasonicrgbled.md): Control the ultrasonic sensor’s LED to light up and set the color
- [setUltrasonicRgbledOff(id)](/ukit-explore/standard/sensor/ultrasonic/setultrasonicrgbledoff.md): Turn off the ultrasonic sensor’s LED light.
- [readUltrasonicDistance(id)](/ukit-explore/standard/sensor/ultrasonic/readultrasonicdistance.md): Reading ultrasonic sensor distance
- [uKit Infrared Sensor](/ukit-explore/standard/sensor/infrared.md): Functions Syntax
- [readInfraredDistance(id)](/ukit-explore/standard/sensor/infrared/readinfrareddistance.md): Get infrared sensor distance value.
- [uKit Touch Sensor](/ukit-explore/standard/sensor/button.md): Functions Syntax
- [readButtonValue(id)](/ukit-explore/standard/sensor/button/readbuttonvalue.md): Get the state of the touch sensor
- [uKit Light Sensor](/ukit-explore/standard/sensor/light.md): Functions Syntax
- [readLightValue(id)](/ukit-explore/standard/sensor/light/readlightvalue.md): Get the light value from the light sensor.
- [uKit Sound Sensor](/ukit-explore/standard/sensor/sound.md): Functions Syntax
- [readSoundValue(id)](/ukit-explore/standard/sensor/sound/readsoundvalue.md): Get the sound intensity.
- [uKit Temperature and Humidity Sensor](/ukit-explore/standard/sensor/humiture.md): Functions Syntax
- [readHumitureValue(id,choice)](/ukit-explore/standard/sensor/humiture/readhumiturevalue.md): Get the temperature or humidity value
- [uKit Color Sensor](/ukit-explore/standard/sensor/color.md): Functions Syntax
- [readColorRgb(id)](/ukit-explore/standard/sensor/color/readcolorrgb.md): Get the RGB value of color sensor.
- [readColor(id,color)](/ukit-explore/standard/sensor/color/readcolor.md): Recognize the specific color from the color sensor
