summaryrefslogtreecommitdiff
path: root/decoders/ddc.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-15 12:50:07 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-15 12:59:59 +0100
commit9e587cc9d4db0da9bdfffbc023d848dd59df74b4 (patch)
treefe5c27ad0500832ae16ee6184314700dda16c6e3 /decoders/ddc.py
parent876f83fd3396ce581e700741e58414c2f4f6277e (diff)
downloadlibsigrokdecode-9e587cc9d4db0da9bdfffbc023d848dd59df74b4.tar.gz
libsigrokdecode-9e587cc9d4db0da9bdfffbc023d848dd59df74b4.zip
srd: Bring back small stuff lost in the merge.
Also, use ''' for docstrings to be consistent with the rest.
Diffstat (limited to 'decoders/ddc.py')
-rw-r--r--decoders/ddc.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/decoders/ddc.py b/decoders/ddc.py
index 2336159..53244c3 100644
--- a/decoders/ddc.py
+++ b/decoders/ddc.py
@@ -16,13 +16,14 @@
## You should have received a copy of the GNU General Public License
## along with this program; if not, If not, see <http://www.gnu.org/licenses/>.
##
-"""
+
+'''
This decoder extracts a DDC stream from an I2C session between a computer
and a display device. The stream is output as plain bytes.
Details:
https://en.wikipedia.org/wiki/Display_Data_Channel
-"""
+'''
import sigrokdecode as srd