The equation takes values in the following form:
x = [0x02,0x00]
y = [0x01, 0xFF]
z = [0x01, 0x0F]
How to create a series of test values for this function? for example, I want to send 100 odd values from a for loop
for i in range(0,300):
x = [a,b]
My question was a bit unclear, so please let me clarify. what i wanted to ask how can i do x =[a,b]generate different values fora,b
spring liu
source
share