]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/__init__.py
srd_inst_decode(): Make the code API version dependent.
[libsigrokdecode.git] / decoders / avr_isp / __init__.py
index ff689dfda304aa3ace054454d1ac0b7a91b79a77..75a9fe2977b25aff43c674b283a13a82e6c4f419 100644 (file)
 ##
 
 '''
-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 *
-
+from .pd import Decoder