-
Is it possible to get the ATmega32U4 supported as a RS485 Master/Slave?
working on a project we we're using the Sparkfun Pro Micro with HID but would the rest of our pit we'd like to also use it as R…
-
If i try to compile the CDC bootloader with 2kb setting (for 32u4) I get a compile error.
For the HID I dont get a compile error.
It would be nice to a) get an error and b) maybe improve the error, s…
-
It's been a while since I wanted to dive into LUFA code to understand how USB controllers work on 32u4 so I've finally got enough time to understand the code, which is really well written. I mean comi…
liudr updated
3 years ago
-
Hallo
Wird die Hartware von der mmu3 dort nur genommen oder geht die von der mmu2s auch dafür .
Wäre es möglich eine Klipper Lösung zu finden für den Umbau auf 12 Farben ...das wäre super .
Gruß
-
The current copy of QTRSensors contains e.g. no doxygen comments. Therefore important informations for the Zumo32U4LineSensors() are missing in the generated documentation, see e.g. public functions h…
-
The pins are next to each other and PD4 is currently unused. But PC6 (which is used for row0) supports PWM output (Timer3 ouput) so it might be usefull if somebody want's to add a speaker.
It might…
-
In an effort to keep track of HATs, pHATs and Rasperry Pi add-ons which have not yet been documented on Pinout.xyz I'm compiling a - probably not - comprehensive list here. This list should give me (a…
-
This would be menu-driven. Burn the bootloader for the 328p and 32u4, which are likely to be the most common AVR flavors among hobbyists these days. Set fuses appropriately, too. Can we do something c…
-
The AVR USB code hard-caps the number of endpoints at 5.
https://github.com/buserror/simavr/blob/ea4c4504d15117223a23e2dd6edb745fea61ceae/simavr/sim/avr_usb.c#L151
https://github.com/buserror/si…
-
In the readme it states when building for 32u4 to rename build.txt and program.txt to .bat files. I see the build.txt file but I don't see a program.txt file. Am I missing something is the program.txt…