From 6a507cb1b7b7f8e5a5d0da8cec0f45774c2a4610 Mon Sep 17 00:00:00 2001 From: Neel Banerjee Date: Sat, 19 Feb 2022 17:56:08 -0800 Subject: [PATCH] Added link to HLA extensions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 51fca36..1320387 100644 --- a/readme.md +++ b/readme.md @@ -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.