Simple program for linux that runs a basic inverter
Go to file
2023-03-03 18:17:14 +01:00
.vscode Forgot some files. 2023-03-03 18:17:14 +01:00
src Many changes. Timer works now (using calloc instead of malloc). Adding test framework. 2023-03-03 18:17:00 +01:00
test Forgot some files. 2023-03-03 18:17:14 +01:00
.gitignore Make timer interface work (kind of). We can cyclically call functions now. 2023-02-26 15:44:26 +01:00
Makefile Many changes. Timer works now (using calloc instead of malloc). Adding test framework. 2023-03-03 18:17:00 +01:00
README.md Change README. 2022-05-12 21:41:46 +02:00

Software for Inverter on 32u4

Software that one day will be running an DC/AC inverter on an Atmega32u4 microcontroller.