From 35813bad009455d2aed5282141c3b155f9650b86 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 24 May 2024 21:23:21 +0200 Subject: [PATCH] doc update Signed-off-by: Martin --- CHANGELOG | 1 + docs/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b42731b..406d8f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +2024-05-24: doc update [a6a5ac7] 2024-05-24: update docs; more verbose example program [efbffa9] 2024-05-23: do not install system files when building/installing as user (#27) [9664f5f] 2024-05-23: new tool upload_firmware_6022.py (upload to different VID:PID) [c85792d] diff --git a/docs/index.md b/docs/index.md index 54f03f9..16c088a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/github/Ho-Ro/Hantek6022API?branch=master&svg=true)](https://ci.appveyor.com/project/Ho-Ro/Hantek6022API/branch/master) [![Stability: Experimental](https://masterminds.github.io/stability/experimental.svg)](https://masterminds.github.io/stability/experimental.html) -Scope Visualisation Example +Scope Visualisation Example Hantek 6022BE Python API for Linux. This is a API for Python for the ultra-cheap, reasonably usable (and hackable) 6022BE DSO, with a libusb implementation via libusb-1.0 for Linux.