]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/__init__.py
All PDs: Minor whitespace and consistency fixes.
[libsigrokdecode.git] / decoders / avr_isp / __init__.py
index f3eddd5d2ed794ba023dd8ae370803d0f9825bad..87a6e7cb691a540aae1cfd726d82f1b1d5179c34 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
 ##
 
 '''
-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 *
-