A python curses program which allows the user to drive radio-controlled vehicles via Raspberry Pi GPIO pins and/or an arduino connected to the serial port with Nanpy ...
The first option is to use only Python output mechanisms and to not use curses.putp () at all (avoiding the libc FILE *stdout stuff completely). Though this sounds simple enough, it turns out that ...