]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ddc.py
srd: Bring back small stuff lost in the merge.
[libsigrokdecode.git] / decoders / ddc.py
index 2336159d70f84d0f12d24addbf13f6db6604ef30..53244c3e0aa84dcb8e2dd0d83367fb86325b2b9d 100644 (file)
 ## 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