X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fsigrok-decoders%2Fcaliper%2F__init__.py;fp=plugins%2Fsigrok-decoders%2Fcaliper%2F__init__.py;h=65620f8e9a21b86ea51491e9f46691a128b758cc;hb=63efb48203536b99be48591aad6aa3b5ecaaa9c5;hp=0000000000000000000000000000000000000000;hpb=e6e13bcc33fa6040a7f00159516482dd3a6273be;p=mirrors%2FPrograms.git diff --git a/plugins/sigrok-decoders/caliper/__init__.py b/plugins/sigrok-decoders/caliper/__init__.py new file mode 100644 index 0000000..65620f8 --- /dev/null +++ b/plugins/sigrok-decoders/caliper/__init__.py @@ -0,0 +1,25 @@ +## +## This file is part of the libsigrokdecode project. +## +## Copyright (C) 2020 Tomas Mudrunka +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, see . +## + +''' +This decodes digital output of cheap generic calipers (usualy made in china) +Decoder will show measured value in milimeters or inches. +''' + +from .pd import Decoder