Skip to content

Commit

Permalink
i2c_api implementation has been changed in order to support single by…
Browse files Browse the repository at this point in the history
…te reads and writes (the latter are used in I2CEeprom module used in CI tests, and this caused that tests-i2c-api were failing). These operations (single byte transfers) are not possible to achieve with the driver from nrf5 SDK (nrf_drv_twi), so the new implementation uses TWI HAL only.
  • Loading branch information
nvlsianpu committed Mar 1, 2017
1 parent a834ec4 commit 463349b
Showing 1 changed file with 506 additions and 144 deletions.
Loading

0 comments on commit 463349b

Please sign in to comment.