Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby committed Dec 17, 2024
1 parent d65f40e commit 2fb17dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,12 @@ let colors_and_positions = sled.colors_and_positions();

<details>
<summary><h1>Advanced Features</h1></summary>

For basic applications, the Sled struct gives you plenty of power. Odds are though, you'll want to create more advanced effects that might be time or user-input driven. A few optional (enabled by default, opt-out by disabling their compiler features) tools are provided to streamline that process.

<details>
<summary><h2>Drivers</h2></summary>

Drivers are useful for encapsulating everything you need to drive a lighting effect all in one place. Here's an example of what a simple one might look like:

```rust
Expand Down Expand Up @@ -353,6 +355,7 @@ let ab_union = circle_a.or(&circle_b);

<details>
<summary><h2>Scheduler</h2></summary>

The Scheduler struct makes it super easy to schedule redraws at a fixed rate.

```rust
Expand Down

0 comments on commit 2fb17dd

Please sign in to comment.