We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee02d07 commit 3be47d6Copy full SHA for 3be47d6
src/RGBLED.h
@@ -106,5 +106,5 @@ class RGBLED : public I2CDevice {
106
* @param brightness The brightness level to set (0-255).
107
* @param persist If true, the change will be saved to flash memory.
108
*/
109
- boo setBrightness(uint8_t brightness, bool persist = false);
+ bool setBrightness(uint8_t brightness, bool persist = false);
110
};
0 commit comments