From 3912d2ebc1345ee4133eacc3461a27992e7cbece Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Tue, 2 Sep 2025 11:31:09 +0100 Subject: [PATCH] Updated readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e897406..9dc48c2 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,19 @@ Original project: https://www.sardis-technologies.com/ufdr/pulseview.htm * Ported to support DSView * Added support for hard drives -Thanks to **rasz_pl** for the bulk of the work +Thanks to **rasz_pl** for the bulk of the work, and the rest of the Twitch chat for helping +crack the troublesome CRC32 problems. + +Usage +===== + +Copy the `mfm` folder into your `libsigrokdecocde/decoders` or `libsigrokdecode4DSL/decoders` +folder. You should then find the decoder in your normal decoders list. + +It requires three channels: + +* Read data - the actual data being read from the drive +* Extra pulses - a channel of extra pulses to include in the data +* Suppression - a channel that suppresses (gates) processing of the information. + +