mpl3115a2 v0.2.0 MPL3115A2
MPL3115A2 Driver for Elixir using ElixirALE.
Usage:
Add your devices to your config like so:
config :mpl3115a2,
devices: [
%{bus: "i2c-1", address: 0x3d, reset_pin: 17}
]
Then use the functions in [MPL3115A2.Device] to send image data. Pretty simple.
Link to this section Summary
Link to this section Functions
Link to this function
connect(config)
Connect to an MPL3115A2 device.
Link to this function
disconnect(device_name)
Disconnect an MPL3115A2 device.