Easy, Tweakly!



#include "Tweakly.h"
#define LED_PIN 13

Pad led(LED_PIN);
TickTimer blinker;

void setup() {
    blinker.attach(1000, blink);
}
                
void blink() {
    led.toggle();
}
                
void loop() {
    TweaklyRun();
}

Features

Familiar

Tweakly add new functions to the Wiring, however these functions are similar to the ones you already know!

Less Code

With Tweakly you write less code and focus more on the realization of your project!

Supported

Filo Connesso actively supports this library and keeps it updated.

Encoder

The great novelty of Tweakly is the support for encoders, you can manage encoders in a simple way, without breaking your code!

Little Frequently Questions & Answers

Frequently Asked Questions
About Tweakly

Of course, you can download the library from GitHub and besides being free it's also opensource!

Yes, you can write to the email address redazione@filoconnesso.it or ask your question on Filo Connesso Q&A .

Tweakly is a very useful library to write as little code as possible, eliminate button bouncing and have processes active on your code without blocking elements, need more to tell you that it will become your favorite library?

about