LVMakerHub / LINX

LabVIEW Community Edition LINX
Other
108 stars 114 forks source link

I2C Close calls the wrong function. #34

Closed Nathan--B closed 9 years ago

Nathan--B commented 9 years ago

Currently, I2C Close calls the I2C read function and should call the I2C Close function on the device.

Nathan--B commented 9 years ago

https://github.com/Nathan--B/LVH-LINX/commit/11ab8f4260117918a66909c819c9278545a48131 Fixed I2C Close to call the correct function. Had to add the function to both the Arduino firmware and the chipKIT firmware. The commit also includes some tidying up with device name references (in the comments).

samkristoff commented 9 years ago

This will be fixed in 1.2 release.