Thijs Elenbaas
Thijs Elenbaas
Hi, I am currently using with a modified version of [NTPclient ](https://github.com/arduino-libraries/NTPClient) to do a non-blocking wait for an update from a NTP server, but I expect there are many...
Thanks, I will try it out!
I tried another approach which would not require passing a function or object: I added the static function ``` void SchedulerClass::delay(unsigned long ms) { current->delay(ms); } ``` to Scheduler. My...
I think the problem is that both EEPROMex.h & EEPROM.h are being included (may be indirectly) and both libraries expose an extern EEPROM object. Can you send me the sketch...
well, not send me the actual board, but the type of the board :)
Hi, I will do my best to make time to review and take in these fixes in the main branch during the coming week. Thanks for your help !
Honestly, if forgett why I available goes to the next parameter. I do not see samples using it. I will think on your suggestion.
Connected to this: I don't mind paying, but it would be great if there would be another way to get the binaries than the Windows Store alone. I am trying...
Yes, I think it would be very nice and useful to have Python samples that more or less replicate the functionality of the C# samples, in the sense that they...
The creator of MessagePack has made a new library which might be an even better alternative: MemoryPack (https://github.com/Cysharp/MemoryPack)