Apsct production
Compare changes
- Gijs Schoonderbeek authored
+ 314
− 300
@@ -13,254 +13,334 @@ limitations under the License.
@@ -13,254 +13,334 @@ limitations under the License.
stri = "Write to address : 0x{1:{fill}2x} value 0x{0:{fill}2x}".format(wr_data, reg_address, fill='0')
# stri = "Bits written 0x{0:x} to register 0x{1:x} read from PLL are {2}".format(wr_data, reg_address, read_bits)
stri = "Read back at address 0x{0:{fill}2x} result : 0x{1:{fill}2x} ".format(reg_address, int(read_bit, 2), fill='0')
stri = "Expander : 0x{:0>2x}, Reg 0x{:0>2x}, value 0x{}{}".format(addr, reg_cnt, ret_value[0], ret_value[1]) #[start+2:start])
@@ -272,91 +352,25 @@ def read_voltage(input_channel=0):
@@ -272,91 +352,25 @@ def read_voltage(input_channel=0):