MVoz / libmpsse

Automatically exported from code.google.com/p/libmpsse
0 stars 0 forks source link

Erronous start condition if using GPIO on low bits in i2c mode #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Establish an i2c context
2. PinHigh(ctx, GPIOL2)
3.

What is the expected output? What do you see instead?

Expected output is that GPIOL2 is in high state but no other changes to pin 
state.

But actual effect is that a I2C start condition is unexpectedly being sent, 
causing problems for following I2C transaction.

What version of the product are you using? On what operating system?

SVN Revision 202. Linux.

Please provide any additional information below.

Patch attached.

Original issue reported on code.google.com by henrik.n...@orsoc.se on 28 Jan 2014 at 2:53

Attachments: