Skip to content

Commit

Permalink
automatic template update of Async RGB LED Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Oct 1, 2020
1 parent cb1b93b commit 21d682e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,17 @@ cmake ..
```

Then, open the newly created solution file located here: `build\async_rgb_led_analyzer.sln`


## Output Frame Format

### Frame Type: `"pixel"`

| Property | Type | Description |
| :--- | :--- | :--- |
| `index` | int | The index along the LED strip. Index 0 is the first LED |
| `red` | int | The red channel, [0-255] |
| `green` | int | The green channel, [0-255] |
| `blue` | int | The blue channel, [0-255] |

Represents a single RGB pixel value
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
artifact: AnalyzerLibLinux
- download: current
artifact: AnalyzerLibWin
patterns: '*.dll'
patterns: |
*.dll
*.pdb
- download: current
artifact: AnalyzerLibMac
- script: |
Expand Down

0 comments on commit 21d682e

Please sign in to comment.