Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 543 Bytes

arduino-sketches

A repository for my arduino sketches and libraries.

Traffic lights:

A sketch to control four (three led) traffic lights with an attiny85 programmed with arduino and used in a lego city.

SampledButton:

A library for a button on a digital arduino pin. Compares the last (by default) three samples and calls event handlers on change and or pressed.

NightLight (An example from SampledButton):

A sketch for attiny85 with the core from http://code.google.com/p/arduino-tiny/ Three leds, a button and a ldr.