X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Favr_isp%2F__init__.py;h=87a6e7cb691a540aae1cfd726d82f1b1d5179c34;hp=f3eddd5d2ed794ba023dd8ae370803d0f9825bad;hb=35b380b1156434b73d4a976c68f5ab3604c8510a;hpb=3bd76451f01dface8df58828a2bbc242d3391db9 diff --git a/decoders/avr_isp/__init__.py b/decoders/avr_isp/__init__.py index f3eddd5..87a6e7c 100644 --- a/decoders/avr_isp/__init__.py +++ b/decoders/avr_isp/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -19,15 +19,8 @@ ## ''' -AVR ISP protocol decoder. - -TODO: Description. - -TODO: SPI is MSB-first. - -Details: -TODO +This decoder stacks on top of the 'spi' PD and decodes the In-System +Programming (ISP) protocol of some Atmel AVR 8-bit microcontrollers. ''' from .pd import * -