mrv96
mrv96
A possible solution could be to implement a struct that describes a port and include a pointer to an array of ports (defined by the previous struct). In this way,...
@xseignard great work! Have you tried if your commits work well? Actually i don't understand why your two new methods are necessary. I introduced two new possible future changes in...
Done: https://github.com/njh/EtherCard/pull/385 Let me know what do you think about.
  Me too believed in Arduino linker efficiency, but as you can see in the screenshots, if i comment Serial code the total amount of dynamic memory reduces. I...
Ok, thank you very much! I tried your ArtnetWifi library and works great, but i have to wait for the update of this library because of this: https://github.com/rstephan/ArtnetWifi/issues/19
Hi, i tried your code and in principle it works, there are only two things that didn't convinced me. 1: The PollReply is not automatically managed by the library, is...
As you can see in the pictures i'm not able to get a PollReply neither from "The ArtNetominator" nor QLC+.  
> 1: The PollReply is not automatically managed by the library, is this wanted? Yes, I agree with you, in fact I asked. Maybe my question was a little bit...
If i well understand, your code in practise rounds the float result before the int convertion. Right?
Well. I will update my fork asap and i will open a pull request. I have also to see if i have to add this rounding code in other methods....