Skip to content

Instantly share code, notes, and snippets.

@brentru
Created November 15, 2022 20:01
Show Gist options
  • Save brentru/ed631cb861966e9ea15eb68933f58c5d to your computer and use it in GitHub Desktop.
Save brentru/ed631cb861966e9ea15eb68933f58c5d to your computer and use it in GitHub Desktop.
### Update: NeoPixel

```mermaid
sequenceDiagram
autonumber
IO->>Device: PixelsDeleteRequest
Note over IO, Device: Contains<br> `pixels_type` of PIXELS_TYPE_NEOPIXEL<br>pixels_pin_data according to DB
IO-->>Device: PixelsCreateRequest
Note over IO, Device: Contains:<br> `pixels_type` of PIXELS_TYPE_NEOPIXEL<br>`pixels_num` according to form<br>`pixels_ordering` according to form<br> `pixels_brightness` of 0<br>`pixels_pin_neopixel` according to form<br> `pixels_pin_dotstar_data` is unused<br>`pixels_pin_dotstar_clock` is unused
Device->>IO: PixelsCreateResponse
Note over Device,IO: `is_success`, true if init'd OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment