Raw C for the AVR Atmega-328p microprocessor. Some of it is useful, some may be portable.
Find a file
2024-04-01 14:09:39 +02:00
.gitignore Initial 2024-02-09 02:14:45 +01:00
i2c.c Debug printing all over the place 2024-03-24 04:07:20 +01:00
i2c.h Debug printing all over the place 2024-03-24 04:07:20 +01:00
main.c Interrupts 2024-03-25 10:51:05 +01:00
makefile Disabled stripping of the elf, included debug info 2024-04-01 14:09:39 +02:00
MPU6050.c Error chceking 2024-03-24 05:14:49 +01:00
MPU6050.h Removing casting in defines 2024-03-27 10:11:20 +01:00
README.md Links to datasheet/register map 2024-03-24 06:11:41 +01:00
uart.c Variadic UART_println 2024-03-24 01:55:23 +01:00
uart.h Variadic DEBUG macro 2024-03-24 04:06:27 +01:00

AVR Playground

See:

sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr