diff options
Diffstat (limited to 'decoders/ddc.py')
-rw-r--r-- | decoders/ddc.py | 5 |
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 |