]> sigrok.org Git - libsigrokdecode.git/blob - decoders/ssi32/__init__.py
cb6146e355ab1e6c5cd2408fc82a35faf06f5553
[libsigrokdecode.git] / decoders / ssi32 / __init__.py
1 ##
2 ## This file is part of the libsigrokdecode project.
3 ##
4 ## Copyright (C) 2016 Robert Bosch Car Multimedia GmbH
5 ## Authors: Oleksij Rempel
6 ##              <fixed-term.Oleksij.Rempel@de.bosch.com>
7 ##              <linux@rempel-privat.de>
8 ##
9 ## This program is free software; you can redistribute it and/or modify
10 ## it under the terms of the GNU General Public License as published by
11 ## the Free Software Foundation; either version 2 of the License, or
12 ## (at your option) any later version.
13 ##
14
15 '''
16 This decoder stacks on top of the 'spi' PD and decodes Bosch SSI32
17 protocol.
18 '''
19
20 from .pd import Decoder