summaryrefslogtreecommitdiff
path: root/decoders/ds1307/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ds1307/__init__.py')
-rw-r--r--decoders/ds1307/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/decoders/ds1307/__init__.py b/decoders/ds1307/__init__.py
index 04db184..5bc28c3 100644
--- a/decoders/ds1307/__init__.py
+++ b/decoders/ds1307/__init__.py
@@ -19,10 +19,8 @@
##
'''
-Dallas DS1307 RTC protocol decoder.
-
-Details:
-TODO
+This decoder stacks on top of the 'i2c' PD and decodes the Dallas DS1307
+real-time clock (RTC) specific registers and commands.
'''
from .pd import *