Simple program for linux that runs a basic inverter
Go to file
Marco 754fc2bc92 1. Configure UART messages to have 2 stop bits.
2. Move mirroring of received characters to ISR.
2022-05-30 06:11:50 +02:00
.vscode Fix compiler version for intellisense. 2022-05-27 02:18:20 +02:00
src 1. Configure UART messages to have 2 stop bits. 2022-05-30 06:11:50 +02:00
.gitignore Adding eclipse's project files to .gitignore. 2021-12-02 22:26:04 +01:00
Makefile Link against printf that allows floating point. Link against math library. 2022-05-24 18:59:55 +02: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.