Voltage Erratic behavior

  byte b1 = byte(value/10);
  byte b2 = byte(value % 10);

There are commands to get HighByte LowByte from the int.