wilmouths / RGBLed

An Arduino library to control RGB led
GNU General Public License v3.0
42 stars 20 forks source link

Correct timing #6

Closed DavidOb closed 3 years ago

DavidOb commented 3 years ago

This pull request addresses incorrect timing. Firstly, the fade stepping was incorrect, secondly, the overall duration was one extra delay longer.

wilmouths commented 3 years ago

Thanks for your contribution