Andreas Dahl
Andreas Dahl
> doesn't work on samd21 mini : `USB/PluggableUSB.h: No such file or directory #include "USB/PluggableUSB.h" ^~~~~~~~~~~~~~~~~~~~ compilation terminated. ` You'll have to roll back the core driver to at least...
+1 on this. RP2040 is a great MCU, growing in popularity and has been able to maintain a reasonable pricetag compared to many of the AVR MCUs. I've been looking...
Thanks :) Meanwhile I've made some scripts to determine the correct position of myself (n), n+1, n-1 and leader. This is all I really needed, though it would be nice...
Thanks for the fast reply. The source code is about 5000 lines over 25 files. And much of it is relevant. Here is what happens to the joystick axis in...
No actually, the setup I commented for the earlier version of the library is not working perfectly either. Works as long as bit 15 and bit 16 are not both...
And by using ``` Joystick.setZAxisRange(-32767, 32767); //Making bit fields 16 bit Joystick.setYAxisRange(-32767, 32767); ``` It behaves like I first described, but now only the 16th bit having issues, the 15th...
Great, thanks for looking into this 👍