Ole Wolf
Ole Wolf
Thanks. Hopefully it's just a visual thing. I'll look into it.
Awesome, @alwynallan. I'll review it when I get the time (shortly, hopefully) and merge it.
Yes, I've used it myself on two similar projects, one of which is still active. I haven't encountered any problems.
I'm not sure I understand your question. Reading data on an arduino using "analogRead" is in fact sampling the data. If you use this function at a certain frequency, then...
> Same issue but I fixed it ... > > BTW, it works with **esp32** and that should be added to **library.properties**. Could you please make a pull request so...
The library relies on being called repeatedly so a delay() will indeed cause the non-blocking read to fail. In fact, any operation that takes a long time to execute is...
The inductor is just a coil intended to suppress noise. I'm relatively sure you omit the inductor (that is, just short it) so you can use JP3 to select 5V...
Glad to hear you find my library useful. What is your specific question?
I'm sorry, but changing my code to indicate that _architectures=*_ would imply that it works on all architectures. I only expect it to work on a 16 MHz "vanilla" Arduino,...