diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-02-28 15:35:59 +0100 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-07-18 15:24:42 +0200 |
commit | 7721de93743346b648fb4ab3acce55bb80f7ce13 (patch) | |
tree | 0fd1fcce83b86e5863d78355d375a3bb35131134 /irmp | |
parent | 6ea75aa1044ef59ee9074f04f0129a3b66c9a491 (diff) | |
download | libsigrokdecode-7721de93743346b648fb4ab3acce55bb80f7ce13.tar.gz libsigrokdecode-7721de93743346b648fb4ab3acce55bb80f7ce13.zip |
irmp: introduce sigrok specific README file
Introduce a separate README-sigrok.txt file, to leave the upstream
project's README.txt file as is. Mention that libsigrokdecode only
contains a subset of the full IRMP project source code.
Diffstat (limited to 'irmp')
-rw-r--r-- | irmp/README-sigrok.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irmp/README-sigrok.txt b/irmp/README-sigrok.txt new file mode 100644 index 0000000..03ff472 --- /dev/null +++ b/irmp/README-sigrok.txt @@ -0,0 +1,3 @@ +This directory contains a subset of the IRMP project source code. Then +extends it to allow sigrok protocol decoders to use the IRMP backend. +See README.txt for information on the IRMP project itself. |