Skip to content

v1.0.0-beta.1

Compare
Choose a tag to compare
@filoconnesso filoconnesso released this 26 Jun 01:22
· 64 commits to main since this release

Tweakly is a library for Arduino created specifically to simplify the writing of a
code and use advanced programming mechanisms on cards that do not include the
possibility to use an RTOS.
The Tweakly library is designed to be as "Memory Friendly" as possible, so much so that it allows you to
be performed, reducing memory use as much as possible, on micro-controllers with
medium-low technical characteristics, also working on Attiny85.
The code that makes Tweakly work is written in C and is executable on hardware with Core software
based on Arduino.h. All the features included in Tweakly do not require secondary libraries and
installation of additional software, you just need the Arduino development IDE and you are ready to go
to start!

New Features :

NEW PAD SYSTEM
NEW TICKTIMER SYSTEM
ADDED INPUT HUNTERS
ADDED DOLIST
ADDED MULTIPLE ACTIONS FUNCTIONS
NEW EXAMPLES