]> sigrok.org Git - libsigrokdecode.git/commit - decoders/i2c/pd.py
make time/duration work, at least when loading from a session file
authorBert Vermeulen <redacted>
Thu, 15 Dec 2011 02:31:31 +0000 (03:31 +0100)
committerUwe Hermann <redacted>
Wed, 28 Dec 2011 11:17:13 +0000 (12:17 +0100)
commit1aef2f93a29f01168c04fd0478b29af290d8756b
treea82ddaa52862dcb8302d58b9b902f7d38b0b1c57
parente508088229e96423854ba6db63084c9bb18eeb34
make time/duration work, at least when loading from a session file

PD decode() call now takes 3 arguments: timeoffset, duration, data
as per the current API specification.
controller.c
decoders/i2c.py
sigrokdecode.h