Gil Maimon
Gil Maimon
Well, there are few things that should be adressed in your code: - The code does not compile on Arduino (not esp8266 or esp32 boards) - Use `PinNumber` instead of...
What compiler/board are you using currently? From my experiance some compilers include the [fixed integer types ()](https://en.cppreference.com/w/cpp/types/integer) automatically and some don't. The compiler/board I am using probably does not include...
> In over ten years of engineering, I have yet to come across such a board. Well, you obviously have far more experiance than me 😅. But yet, the first...
Hi, I'm glad to see someone is trying out the library! I might keep working on it a bit if that's the case (cleaning up some mess I made) Anyway,...
Hi @Nikita11790, This project is not really maintained, so if you manage to solve the issue you could PR the fix. I will probably not have the time to look...
You impl is actually really cool! And I really am glad that this is useful for you. I'm almost ready with a new version, written in go, you can see...