uKit Explore
Ctrlk
  • About uKit Explore
  • Quick Start
    • How to Install uKit Explore Arduino Library
    • uKit Explore v2 Pinout
    • Introduction to Grayscale Sensor and Frequently Asked Questions
    • Grayscale Sensor Calibration Guidelines
    • Grayscale Sensor Firmware Update
  • uKit Explore Function
    • Introduction to uKit Explore Library
    • Sensor
      • uKit eye lamp
        • setEyelightAllPetals(id,red,green,blue)
        • setEyelightPetals(id,petalsnum,petals)
        • setEyelightLook(id,face,times,red,green,blue)
        • setEyelightLookUntil(id,face,times,red,green,blue)
        • setEyelightScene(id,scene,times);
        • setEyelightSceneUntil(id,scene,times)
        • setEyelightOff(id)
      • uKit Ultrasonic Sensor
      • uKit Infrared Sensor
      • uKit Touch Sensor
      • uKit Light Sensor
      • uKit Sound Sensor
      • uKit Temperature and Humidity Sensor
      • uKit Color Sensor
    • uKit Servo Motor
    • uKit DC Motor
    • uKit Explore Onboard Hardware
  • Arduino Function
Powered by GitBook
On this page

Was this helpful?

  1. uKit Explore Function
  2. Sensor

uKit eye lamp

Functions Syntax

setEyelightAllPetals(id,red,green,blue)setEyelightPetals(id,petalsnum,petals)setEyelightLook(id,face,times,red,green,blue)setEyelightLookUntil(id,face,times,red,green,blue)setEyelightScene(id,scene,times);setEyelightSceneUntil(id,scene,times)setEyelightOff(id)
PreviousSensorNextsetEyelightAllPetals(id,red,green,blue)

Last updated 6 years ago

Was this helpful?