Funduino is a easy use functions library for a cheap Arduino Multi-function Shield
- 8 User controlled timers (repeat/once) up to 32 sec
timer_start(1,time,repeat=true);... if (is_timer(1))..
- Button debounce logic -
if (button_pressed(1))...; button_released(#)
triggers. - Button actual state
if (button(2))...
- Display control functions including multiplexing all 4 segments
dispInt(value,[DEC|HEX|OCT|BIN]), display([int|float])
- Direct led controls
led(1,true);led(2,false)
My fork ardublock (https://github.com/tykefcz/ardublock) is extended for use these functions.