From 4c3b1846c9c307c1c35f86d259ddb968ed92718d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 22 Jan 2014 22:43:21 +0100 Subject: All PDs: Improve/fix descriptions. --- decoders/spi/__init__.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'decoders/spi') diff --git a/decoders/spi/__init__.py b/decoders/spi/__init__.py index 582891a..a65f167 100644 --- a/decoders/spi/__init__.py +++ b/decoders/spi/__init__.py @@ -19,11 +19,9 @@ ## ''' -Serial Peripheral Interface protocol decoder. - -This protocol decoder supports synchronous SPI(-like) protocols with a -clock line, a MISO and MOSI line for data transfer in two directions, -and an optional CS# pin. +The SPI (Serial Peripheral Interface) protocol decoder supports synchronous +SPI(-like) protocols with a clock line, a MISO and MOSI line for data +transfer in two directions, and an optional CS# pin. If CS# is supplied, data is only decoded when CS# is asserted (clock transitions where CS# is not asserted are ignored). If CS# is not supplied, -- cgit v1.2.3-70-g09d2