In my sketch i use a webserver for user to change values in a led. When the LED is 255 and user change it to 100 or 200 , i would like to implement a smooth passage from one value to another. But without using the delay!...
i would like to use a function that takes two values Desired and Old , and do the work for me, is there any solution about it Without using the Delay!