]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/__init__.py
Build: Reduce autogen.sh to trivial stub
[libsigrokdecode.git] / decoders / sdcard_spi / __init__.py
index 3b85f58581aed0f0001b28a3c33ca4e15b518874..7ce66bf968638bf2210d697933c2ee7844120811 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>
 ##
@@ -19,9 +19,8 @@
 ##
 
 '''
-SD card (SPI mode) low-level protocol decoder.
-
-TODO: Description.
+This decoder stacks on top of the 'spi' PD and decodes the SD card
+(SPI mode) low-level protocol.
 
 Most SD cards can be accessed via two different protocols/modes: SD mode
 or SPI mode.
@@ -65,10 +64,6 @@ SPI mode properties (differences to SD mode):
  * In SPI mode cards cannot guarantee their speed class (the host should
    assume class 0, no matter what the card indicates).
  * The RCA register is not accessible in SPI mode.
-
-Details:
-TODO
 '''
 
-from .pd import *
-
+from .pd import Decoder