Skip to content

Commit

Permalink
Add documentation for two more methods
Browse files Browse the repository at this point in the history
Signed-off-by: Evy Bongers <[email protected]>
  • Loading branch information
EvyBongers committed Mar 13, 2024
1 parent 7942fad commit c2732de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/Kaleidoscope-LEDControl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ effects. It is also a building block for plugins that control LEDs.
### `.get_mode()`

> Returns the current LED mode.
### `.get_mode<typename>()`


### `.set_mode(uint8_t mode_id)`

Expand Down Expand Up @@ -54,6 +58,7 @@ effects. It is also a building block for plugins that control LEDs.
### `.syncLeds(void)`

> Force an update of all LEDs.
### `.set_all_leds_to(uint8_t r, uint8_t g, uint8_t b)`

Expand Down

0 comments on commit c2732de

Please sign in to comment.