Hello everyone, So I am trying to make this "light Bike" kind of game, where a point moves (according to values sent by 2 different arduinos) while leaving a trace behind itself, and the point is to stay the longest possible while not recrossing the line... Now I defined this point in a class, but can't seem to associate the values coming in from arduino with it properly... Anyone have any ideas what might do the trick? Thanks!
By the way here is my code:
And the class...
Thank you for Any Help you can give!!!