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 :)