X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Favr_isp%2F__init__.py;h=4c4a900eebdd4c04042b41e8a92043e441f9ae67;hp=ff689dfda304aa3ace054454d1ac0b7a91b79a77;hb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;hpb=37e4c724efa64dd6061f7bb83f126b81da949771 diff --git a/decoders/avr_isp/__init__.py b/decoders/avr_isp/__init__.py index ff689df..4c4a900 100644 --- a/decoders/avr_isp/__init__.py +++ b/decoders/avr_isp/__init__.py @@ -19,14 +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 *