pointlights example and presentation for Interactivity course
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
rra 349924a550 Update 'pointlights/pointlights.ino' 3 yıl önce
pointlights Update 'pointlights/pointlights.ino' 3 yıl önce
sensor_filtering add sensor examples and dir structure 3 yıl önce
sensor_processing add sensor examples and dir structure 3 yıl önce
README.md Update 'README.md' 3 yıl önce

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