Added link to HLA extensions

This commit is contained in:
Neel Banerjee
2022-02-19 17:56:08 -08:00
committed by GitHub
parent 3722f7774b
commit 6a507cb1b7

View File

@@ -17,7 +17,7 @@
- [Linux](#linux-2)
- [Updating an Existing Analyzer to use CMake & GitHub Actions](#updating-an-existing-analyzer-to-use-cmake---github-actions)
The Saleae Analyzer SDK is used to create custom plugins for the Saleae Logic software. These plugins are used to decode protocol data from captured waveforms.
The Saleae Analyzer SDK is used to create Low Level Analyzers (LLA) for the Saleae Logic software via a plugin architecture. These plugins are used to decode protocol data from captured waveforms. In many cases you can use a [High Level Analyzer Extension](https://support.saleae.com/extensions/high-level-analyzer-quickstart) to process data from an existing protocol decoder instead of building a LLA.
To build your own protocol decoder plugin, first fork, clone, or download this repository.