Skip to content

Commit

Permalink
i2c: fix variable name (closes #347)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Mar 25, 2016
1 parent bebd89c commit 5b536d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/coredevice/i2c.py
Original file line number Diff line number Diff line change
@@ -109,4 +109,4 @@ def set(self, outputs):
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

0 comments on commit 5b536d7

Please sign in to comment.