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
uint16_t offTime, uint8_tgranularity = 1); //Configures the LED with the given max brightness, granularity (1 is fine for most applications), cycle time, and off time.
uint8_tvolume); //Configures the LED with the given max brightness, granularity (1 is fine for most applications), cycle time, and off time.
80
80
boolLEDoff(); //Turns the onboard LED off
81
81
boolLEDon(uint8_t brightness = 255); //Turns the onboard LED on with specified brightness. Set brightness to an integer between 0 and 255, where 0 is off and 255 is max brightness.
0 commit comments