diff options
Diffstat (limited to 'decoders/i2c')
-rw-r--r-- | decoders/i2c/pd.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index 5eff169..a959eca 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -18,8 +18,6 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# I²C protocol decoder - # TODO: Look into arbitration, collision detection, clock synchronisation, etc. # TODO: Implement support for 10bit slave addresses. # TODO: Implement support for inverting SDA/SCL levels (0->1 and 1->0). |