pointlights example and presentation for Interactivity course
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
rra 349924a550 Update 'pointlights/pointlights.ino' 3 年前
pointlights Update 'pointlights/pointlights.ino' 3 年前
sensor_filtering add sensor examples and dir structure 3 年前
sensor_processing add sensor examples and dir structure 3 年前
README.md Update 'README.md' 3 年前

README.md

Pointlights

Arduino example code for working with pointlights

Pointlights.ino

Demonstrating a state machine to create different behaviours

For wiring of the LED see the Arduino Fade tutorial

Sensor filtering

Introduces how to work with an analog sensor and of to filter some of its output.

For wiring of the LDR see here

Sensor processing

Introduces how to work with digital sensors, in this case a button, and how to process their input in a way which creates some degree of expressivity

For wiring of button see here

The combination of the three

Is up to you :)