Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby committed Dec 17, 2024
1 parent dd77604 commit b81885c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ Drivers are useful for encapsulating everything you need to drive a lighting eff

```rust
let mut driver = Driver::<Rgb>::new(); // often auto-inferred
use spatial_led::driver_macros::*;

driver.set_startup_commands(|_sled, data| {
data.set::<Vec<Rgb>>("colors", vec![
Expand Down

0 comments on commit b81885c

Please sign in to comment.