Closed brentru closed 3 years ago
We're currently setting the hardware's reference voltage with each ConfigurePinRequest message, but the reference voltage is set globally, not per-pin.
ConfigurePinRequest
CreateDescriptionResponse
mcuRefVoltage
aref
ConfigureReferenceVoltage
We're currently setting the hardware's reference voltage with each
ConfigurePinRequest
message, but the reference voltage is set globally, not per-pin.CreateDescriptionResponse
should now return the hardware definition model'smcuRefVoltage
field (example: https://github.com/adafruit/Wippersnapper_Boards/blob/master/definitions/adafruit-huzzah-32/definition.json#L4)aref
field withinConfigurePinRequest
ConfigureReferenceVoltage
message to allow for user-configurable reference voltage, as a separate C2D message