1. 28 11月, 2017 3 次提交
  2. 27 11月, 2017 2 次提交
  3. 26 11月, 2017 1 次提交
  4. 25 11月, 2017 4 次提交
  5. 24 11月, 2017 3 次提交
  6. 23 11月, 2017 2 次提交
  7. 10 11月, 2017 1 次提交
  8. 07 11月, 2017 2 次提交
  9. 06 11月, 2017 7 次提交
  10. 30 10月, 2017 5 次提交
  11. 25 10月, 2017 2 次提交
  12. 24 10月, 2017 6 次提交
  13. 23 10月, 2017 1 次提交
  14. 22 10月, 2017 1 次提交
    • C
      Correct 10bit Device address handling. · a695187d
      chuck todd 提交于
      The existing code did not follow protocol with 10bit addressed devices.  Per _Philps/NXP Semiconductors UM10204 I2C-bus specification and user manual Rev. 6 4April2014_ pg.15 3.1.11 10-bit addressing:
      ~The first seven bits of the first byte are the combination of 1111 0xx of which the last two bits (xx) are the two Most-Significant Bits (MSB) of the 10-bit address; the eighth bit of the first byte is the R/!W! bit the determines the direction of the message~
      a695187d