X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fir_nec%2F__init__.py;h=c3ab29365b7a0def98c8bdfa36f80d52d6ede800;hb=17e0ba228dadb7a12aa0e11fa81fcbc4a7836349;hp=6b15f1944a71eb3fc420566045125d324936c544;hpb=95d11271b46a46788d497481d03177e883c8554e;p=libsigrokdecode.git diff --git a/decoders/ir_nec/__init__.py b/decoders/ir_nec/__init__.py index 6b15f19..c3ab293 100644 --- a/decoders/ir_nec/__init__.py +++ b/decoders/ir_nec/__init__.py @@ -14,12 +14,12 @@ ## 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, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' NEC is a pulse-distance based infrared remote control protocol. +See https://www.sbprojects.net/knowledge/ir/nec.php for a description. ''' from .pd import Decoder