CircuitsSim.Device.VEML7700 (circuits_sim v0.1.2)
View SourceVishay VEML7700 ambient light sensors. This sim works for VEML6030 as well.
VEML7700 sensors are at address 0x10; VEML6030 typically at 0x48. See the datasheet for details.
Call set_state/3
to change the state of the sensor.
Summary
Types
Functions
@spec child_spec(keyword()) :: Supervisor.child_spec()
@spec set_state(String.t(), Circuits.I2C.address(), keyword()) :: :ok