Skip to content

Commit

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

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


## Output Frame Format

### Frame Type: `"data"`

| Property | Type | Description |
| :--- | :--- | :--- |
| `data` | int | The size in bytes is determined by the settings |

This is the decoded manchester word
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 0201f02

Please sign in to comment.