From 71077f34ffbd7d4015886a229edb2f2f827cb442 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 12 Jun 2012 20:38:08 +0200 Subject: srd: Cosmetics. --- decoders/spi/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'decoders/spi') diff --git a/decoders/spi/__init__.py b/decoders/spi/__init__.py index 8734acf..fedcc5f 100644 --- a/decoders/spi/__init__.py +++ b/decoders/spi/__init__.py @@ -36,11 +36,12 @@ Commands: - 'CS CHANGE': is the old CS# pin value, is the new value. Both data items are Python numbers (0/1), not strings. -Example: +Examples: ['CS-CHANGE', 1, 0] ['DATA', 0xff, 0x3a] ['DATA', 0x65, 0x00] ['CS-CHANGE', 0, 1] + ''' from .spi import * -- cgit v1.2.3-70-g09d2