]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/__init__.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / sdcard_spi / __init__.py
index 18f9c9a6bf0f024867b7cdeb4c97c9b854abf89a..a0945162a17332af5e0c377460f5fbd014b3ba81 100644 (file)
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 '''
-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 +63,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