You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AnalogOut just takes a 0-65535 arg. The actual voltage is not specified, and is board-dependent.
Maybe AnalogOut should also provide a reference_voltage attribute, like AnalogIn, so board-independent code could be written to produce a specific voltage. I'm not sure if the name should be reference_voltage or maximum_voltage or something like that.