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
/*This example is to illustrate the use of the functon <setbrightness(uint8_t brightness)>, this function takes one argument of type uint8_t, it's value can be from 0 to 255, 255 being highest brightness and 0 is lowest.
this function can be called anytime after or before calling any other function of LedP10 library.
In this example brightness reduces when counter 'num1' reaches value of 50.