Hey all.
imagine having two different signals going into an arduino, these signals are both analog. based on both these signals an array is created.
12 arbitrary values of signal one and two is chosen and these are placed along the X- and Y- axis of the array respectively. Whenever signal one is at the first position, and signal two is at the first position the arduino should readout the value of the intersection between the two on the array. In this instance (1, 1)
How would one go about creating such an array and functions?
Kind Regards