pub fn set_voltage_mv(voltage_mv: u16) -> Result<(), Hm305pError>
Expand description

Set the voltage, in mV

Accuracy

10mV, rounded down to the nearest 10mV

Note

The driver reports success before completing the task, and can take a few seconds to complete the task.