Oops, build DigitalPort.write_mask with |= instead of &=.
authorW. Trevor King <wking@drexel.edu>
Fri, 16 Mar 2012 03:41:28 +0000 (23:41 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 16 Mar 2012 03:41:28 +0000 (23:41 -0400)
commit614feec316c95d28a9c77438add683b35bd9c9b4
tree76d689359be48a6e5f84e764d8f0ff186a131025
parent94256043726726c8cec689de589505029c5f9d0e
Oops, build DigitalPort.write_mask with |= instead of &=.

If you start with 0, &= will never change anything :p.
pyafm/digital_port.py