TSimmz / MiniSim

A codebase for a desktop Stewart platform written in Python.
1 stars 0 forks source link

Update controller data formatting #5

Closed TSimmz closed 4 years ago

TSimmz commented 4 years ago

All the controller data needs to be send to the Arduino

TSimmz commented 4 years ago

Data packets need to be determined. Current idea: send button presses in a packet and each axis in their packet. Create start ID bytes for each packet to determine type on the other end.

TSimmz commented 4 years ago

Controller will now directly interface with minisim through python kinematics. Must implement button debouncing and logic.

TSimmz commented 4 years ago

Debouncing has been implemented in 3bdf88841f2874a33b847267d6794bd753809f0c. Hold logic is weird as controller only sends data on new input detection. Next is key handler for functionality