fhunleth / elixir_ale

Interact with hardware in Elixir - GPIOs, I2C and SPI
Apache License 2.0
344 stars 44 forks source link

Look into adding support for I2C repeated start workaround on Raspberry Pi #38

Closed fhunleth closed 5 years ago

fhunleth commented 7 years ago

See https://github.com/pragdave/mpr121_elixir for a library that requires this.

fhunleth commented 5 years ago

This is tough since it's a platform-specific global setting. Since the RPi is so commonly used, I've been adding notes in the docs like this: https://github.com/elixir-circuits/circuits_i2c/blob/master/lib/i2c.ex#L112.