]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds1307/pd.py
cc1101: Simplify format_command().
[libsigrokdecode.git] / decoders / ds1307 / pd.py
index 0bb1fb2913ad9e46232f36b74117ef1c273e5650..f8ebe195ec5008562745e4fb93a1cfaad88feb08 100644 (file)
@@ -56,10 +56,11 @@ class Decoder(srd.Decoder):
     id = 'ds1307'
     name = 'DS1307'
     longname = 'Dallas DS1307'
-    desc = 'Realtime clock module protocol.'
+    desc = 'Dallas DS1307 realtime clock module protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['ds1307']
+    outputs = []
+    tags = ['Clock/timing', 'IC']
     annotations =  regs_and_bits() + (
         ('read-datetime', 'Read date/time'),
         ('write-datetime', 'Write date/time'),