I need help with parsing a string of integers sent from another Arduino. The values will be like this 1, 0, 1234, 1234,
1 is a Boolean
0 is a Boolean
1234 are pot values
I would like for it to go to variables
Vpot is first pot value
Hpot is second pot value
C is first Boolean
Z is second Boolean
Thanks,
Ben Bonen