David Lechner

Results 1494 comments of David Lechner

Here is the unzipped program. ```C /* test-keys-2.c */ #include #include #include #define MAX_STRING_SIZE 128 int main(void) { char input[MAX_STRING_SIZE] = {0}; printf("test-keys-2\n"); for (;;) { fgets(input, sizeof(input), stdin); if...

The ncurses library is also good for getting keyboard input.

You can add `delay=1` to `/etc/brickrun.conf` to defer it.

If you copy the sound files to your Python project folder, then they will get copied at the same time the python files get copied. If you don't set up...

Does this help? https://github.com/ev3dev/vscode-ev3dev-browser/wiki/Troubleshooting

Can you give more details about what you are trying to do?

What OS is docker running on?

Are you using Windows Subsystem for Linux?

Docker for Windows should not require any manual steps to get Arm code to run inside the docker containers. The binftm_misc suggestion was for the older Docker Toolbox that ran...

What is the actual error you are getting?