From 21d682ea29b4b17e6bcefcf01d4f1f75042fd130 Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Wed, 30 Sep 2020 20:40:26 -0700 Subject: [PATCH] automatic template update of Async RGB LED Analyzer --- README.md | 14 ++++++++++++++ azure-pipelines.yml | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5cd4df..ad09ebb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13aaacd..3c74c5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,7 +82,9 @@ jobs: artifact: AnalyzerLibLinux - download: current artifact: AnalyzerLibWin - patterns: '*.dll' + patterns: | + *.dll + *.pdb - download: current artifact: AnalyzerLibMac - script: |