Hi sabretooth4,
Welcome to the Matrix forums.
What Version of Flowcode are you using?
The easiest way is to readAsBytes.
If byte value is odd then result then add1 to result.
Divide result by 2
Then the result will be the result 10 times bigger than the measured voltage.
For example 1.if result ReadAsByte is = 9
9+1 = 10 since 9 is an odd number.
10/2 = 5
Therefore Voltage is = 0.5V
For example 2.if result ReadAsByte is = 210
210/2 = 105
Therefore Voltage is = 10.5V
You can use MOD is determine if odd or even value.
Example
If Byte MOD 2 then Byte is an odd number
You can print result by converting to string.
Then you can make it look more professional.
If you need further assistance, then I can help you create a flowchart.
Just need to remember that to use the analogue component you don't need to add any analogue inputs as they are already built within the Miac component.
so all you need to do is: