thecognifly / YAMSPy

Yet Another Multiwii Serial Protocol Python Interface... for Betaflight, iNAV, etc...
https://thecognifly.github.io/
GNU General Public License v3.0
94 stars 32 forks source link

Change PS4 joystick example code to use curses #4

Open ricardodeazambuja opened 4 years ago

ricardodeazambuja commented 4 years ago

Currently it just print stuff on the screen and that is pretty annoying. simpleUI uses curses and it's much easier to test things that way.