diff options
Diffstat (limited to 'decoders/avr_isp/__init__.py')
-rw-r--r-- | decoders/avr_isp/__init__.py | 10 |
1 files changed, 2 insertions, 8 deletions
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 * |