X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fssi32%2Fpd.py;h=a2fd859af799434cb22789214bf6eb728c477eda;hb=a912e8cbb6ab4a56bee71a9c0fd0045d5fdee55c;hp=993bc43617674f8ba7b4964348321c194d59d835;hpb=d66d47eda43be865ca6775fe4f02cdd0824b6abb;p=libsigrokdecode.git diff --git a/decoders/ssi32/pd.py b/decoders/ssi32/pd.py index 993bc43..a2fd859 100644 --- a/decoders/ssi32/pd.py +++ b/decoders/ssi32/pd.py @@ -17,18 +17,17 @@ ## 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 . ## import sigrokdecode as srd class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'ssi32' name = 'SSI32' - longname = 'Bosch SSI32' - desc = 'Bosch SSI32 protocol.' + longname = 'Synchronous Serial Interface (32bit)' + desc = 'Synchronous Serial Interface (32bit) protocol.' license = 'gplv2+' inputs = ['spi'] outputs = ['ssi32']