i2c: fix variable name (closes #347)

This commit is contained in:
Robert Jördens 2016-03-25 12:51:55 +01:00
parent bebd89c959
commit 5b536d7c67
1 changed files with 1 additions and 1 deletions

View File

@ -109,4 +109,4 @@ class TCA6424A:
A bit set to 1 means the TTL is an output.
"""
self._write24(0x8c, 0) # set all directions to output
self._write24(0x84, output) # set levels
self._write24(0x84, outputs) # set levels