Fabiano Riccardi

Results 84 comments of Fabiano Riccardi

Hi Johannes, Of course, it is possible, but it requires a bit of rework. May you tell me in which scenario/circuit you would use it? Actually, I started the library...

Hi Ben, can you specify the Arduino core version and the library version? I didn't tried the most recent ones... Pins 39/12 are fine. I had a Krida board and...

Thanks for the information. Unfortunately I left behind the new versions of Arduino Cores, I have to catch up. I will give a look in the next few days!

Sorry for the long delay, I'm trying to catch up with this library. I can confirm the error related to Arduino Uno. Unfortunately, that issue is out of the scope...

Hi Karshilistic, I'm investigating right now, I'll update you as soon as possible.

I've just pushed a couple of commit that should solve your problem. The bug was in that tangle of code triggered when calling setDelay(microsec). It was necessary a bit of...

Finally, thanks for the feedback! Tomorrow I will revise the old code and I will give a comprehensive answer.

Firstly, in setDelay() there is a part of code that aims to optimize the reordering (ascending) of delays. The delay values need to be ordered to ease the next phases...

Hi again, I've just pushed the new version 1.4.0, containing the fix to this bug