Skip to content

Commit

Permalink
Merge pull request #34 from greysonp/patch-1
Browse files Browse the repository at this point in the history
Update presto.md to start plasma lights.
  • Loading branch information
Gadgetoid authored Jan 7, 2025
2 parents e4653a9 + c8a2c09 commit a63ebc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/presto.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NUM_LEDS = 7
LED_PIN = 33

lights = plasma.WS2812(NUM_LEDS, 0, 0, LED_PIN)
lights.start()

lights.set_hsv(0, 0.5, 1.0, 1.0)
lights.set_rgb(1, 255, 255, 0)
Expand All @@ -102,4 +103,4 @@ Then you can simply:
connection_successful = presto.connect()
```

For tips on reporting connection status on-screen [see the wifi docs](wifi.md).
For tips on reporting connection status on-screen [see the wifi docs](wifi.md).

0 comments on commit a63ebc2

Please sign in to comment.