wilmouths / RGBLed

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

Parameters sanitization #7

Closed DavidOb closed 3 years ago

DavidOb commented 3 years ago

Public methods parameters should be sanitized. As a consequence, it is not needed in fade as it calls color which is now sanitized.

wilmouths commented 3 years ago

Thanks for your contribution