You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Arduino Dev community, I've searched this repo but haven't found, so please guide me where the built-in examples of Arduino IDE are stored and can I propose some improvements?
which I'd say is not a good code as if we change fadeAmount to, say, 7 than we will miss the == 255 value (brightness will rise up to 7*36 = 252 and then will become 259 and will grow further). It should be
Hello Arduino Dev community, I've searched this repo but haven't found, so please guide me where the built-in examples of Arduino IDE are stored and can I propose some improvements?
More specificly, the Fade sketch has these lines:
which I'd say is not a good code as if we change
fadeAmount
to, say,7
than we will miss the== 255
value (brightness
will rise up to 7*36 =252
and then will become259
and will grow further). It should beinstead, I would say. So, where do I propose such improvements?
The text was updated successfully, but these errors were encountered: