Raw C for the AVR Atmega-328p microprocessor. Some of it is useful, some may be portable.
Find a file
2024-03-24 01:23:44 +01:00
.gitignore Initial 2024-02-09 02:14:45 +01:00
i2c.c Polishing i2c related source 2024-03-24 00:00:32 +01:00
i2c.h Attempt at making MPU6050 work via i2c 2024-03-24 01:23:44 +01:00
main.c Attempt at making MPU6050 work via i2c 2024-03-24 01:23:44 +01:00
makefile Attempt at making MPU6050 work via i2c 2024-03-24 01:23:44 +01:00
MPU6050.c Attempt at making MPU6050 work via i2c 2024-03-24 01:23:44 +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 Utilizing setbaud 2024-03-23 21:33:16 +01:00
uart.h Splitting code 2024-03-23 21:18:52 +01:00

AVR Playground

QEMU AVR Docs

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