There are 1 repository under 32u4 topic.
DIY MIDI UART DIN USB converter
USB Metamorph
This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.
Xbox Adaptive Controller Joystick Splitter
This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision
Arduino library for writing special characters from windows charmap.exe
Repository for the Code driving my RGB Wrench Mask
A C++ Arduino code base to control a Pololu Zumo32U4 via Bluetooth.
An Arduino based USB Keyboard that uses a serial port as the input.
Google maps cycling from home via Arduino as HID device and magnetic switch mounted on bike.
Microcontroller code and documentation for "Bloom", an automated irrigation system using LoRa (Exercise project in 2021/2022)
Arduino Basics - pushbuttons, LED blinkers, &c. - links to resources, perhaps some code snippets. DEC 2020
Code for CAC's Payload in Spring 2023
Position determination for Zumo 32u4 Encoders without original supplied libraries, but using Arduino IDE.
A Unity App Base to control a Pololu Zumo32U4 via Bluetooth.
This is all the files needed to build an 8 key ProMicro based MacroPad.
Basic watchX Clock with Position detection "WakeUp" and WatchDog usage