OVR2640: Reverse frequency/address

This commit is contained in:
Gregory Nutt
2016-01-16 09:05:39 -06:00
parent 5da37ba164
commit c6d967e632
2 changed files with 20 additions and 10 deletions
+2
View File
@@ -1616,6 +1616,8 @@ o Other drivers (drivers/)
I2C usage.
- I2C_SETADDRESS used with I2C_READ, I2C_WRITE, and I2C_WRITEREAD:
Similarly, address can and will be changed by other I2C usage.
NOTE also that I2C_SETADDRESS also sets the address width (either
7 or 10 bits).
- I2C_TRANSFER: This is the only interface that is properly self
contained and protected from most mult-tasking issues. But even
this interface can suffer if there are differing frequency settings.