Simple program for linux that runs a basic inverter
Go to file
2023-12-27 22:27:29 +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 Add tests. 2023-03-03 23:22:31 +01:00
.gitignore Make timer interface work (kind of). We can cyclically call functions now. 2023-02-26 15:44:26 +01:00
compile_commands.json Add compile_commands db for clangd LSP 2023-12-27 22:27:29 +01:00
Makefile Add rules to build test binary. 2023-03-03 23:22:21 +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.