Raw C for the AVR Atmega-328p microprocessor. Some of it is useful, some may be portable.
Find a file
2024-03-24 02:35:21 +01:00
.gitignore Initial 2024-02-09 02:14:45 +01:00
i2c.c Better comments and debug output in i2c 2024-03-24 02:35:21 +01:00
i2c.h Better comments and debug output in i2c 2024-03-24 02:35:21 +01:00
main.c Attempt at making MPU6050 work via i2c 2024-03-24 01:23:44 +01:00
makefile DEBUG macro in uart.h, enabled by default in makefile 2024-03-24 02:28:40 +01:00
MPU6050.c DEBUG printing, comments 2024-03-24 02:35:05 +01:00
MPU6050.h Attempt at making MPU6050 work via i2c 2024-03-24 01:23:44 +01:00
README.md Docs link 2024-02-10 14:38:21 +01:00
uart.c Variadic UART_println 2024-03-24 01:55:23 +01:00
uart.h DEBUG macro in uart.h, enabled by default in makefile 2024-03-24 02:28:40 +01:00

AVR Playground

QEMU AVR Docs

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