Integrate with the PixelBot wheel controller #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now we've gotten a TCP transport connection opened, we need to rewrite the Hull PixelBot Dance example code to use interrupts (making sure the timing is still spot on) & utilise that to control the robot wirelessly and remotely.
This is proving to be rather a problem though, since I have no idea how
void moveStep()
on lines 61-84 works (why does it loop 8 times?).We'll have to investigate.