Results 17 comments of bwanaaa

although Joystick.setRudder(input_val); is in the documentation, I dont see how it would show up in the usb game controller. When I run your sketch, there is significant latency. When I...

I think I am sufferring from this. My code runs fine-when I push a button, the serial print shows the input. The pro micro even shows up in the usb...

BTW, I installed pipenv and ran the recommeded command pipenv run python text_recognizer/datasets/emnist_dataset.py and got the same error. I did pip install cacheutils installed the above library but it has...

and yes, I also did pip install boltons so that pip freeze shows ``` boltons==19.1.0 cachetools==3.1.1 cacheutils==0.1.1 certifi==2019.3.9 six==1.12.0 w3lib==1.20.0 ``` and I still get ``` pipenv run python text_recognizer/datasets/emnist_dataset.py...

However if I start a python shell at the command line ``` Python 3.7.3 | packaged by conda-forge | (default, Mar 27 2019, 23:01:00) [GCC 7.3.0] :: Anaconda, Inc. on...

the examples are written in C. Since I already code for the arduino, it's not that different. I just need to know how to change the project files so as...

my question has nothing to do with the technical aspects of the repo. i just want to know how to isolate one example so i can compile it without compiling...

My issue is similar but unresolved. This code compiles without error and can be loaded into an arduino leonardo: ``` // // Controller for dials for a Flight Simulator //...

Reinstalled drives didnt work. I tried PatrikAlzen's solution and that did the trick