Skip to content

Commit badccb6

Browse files
Update docs
1 parent 97dde86 commit badccb6

2 files changed

Lines changed: 105 additions & 111 deletions

File tree

docs/architecture/frameworks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ See [Focus Highlight](../frameworks/focus.md) for details.
232232
Controls NeoPixel RGB LEDs on supported hardware. Provides buffered LED control, predefined notification colors, and frame-based animation support.
233233

234234
```python
235-
from mpos import lights
235+
from mpos import LightsManager
236236

237-
lights.set_all(0, 0, 255)
238-
lights.write()
237+
LightsManager.set_all(0, 0, 255)
238+
LightsManager.write()
239239
```
240240

241241
See [LightsManager](../frameworks/lights-manager.md) for details.

0 commit comments

Comments
 (0)