diff options
Diffstat (limited to 'decoders/rtc8564/pd.py')
-rw-r--r-- | decoders/rtc8564/pd.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index 41cff0d..47bb5d5 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -40,11 +40,6 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['rtc8564'] - optional_probes = ( - {'id': 'clkout', 'name': 'CLKOUT', 'desc': 'Clock output'}, - {'id': 'clkoe', 'name': 'CLKOE', 'desc': 'Clock output enable'}, - {'id': 'int', 'name': 'INT#', 'desc': 'Interrupt'}, - ) annotations = reg_list() + ( ('read', 'Read date/time'), ('write', 'Write date/time'), |