first commit

This commit is contained in:
Christian Lind Madsen
2025-05-11 22:33:48 +02:00
parent 9f1fd6b1c1
commit 61d13470de
14 changed files with 389 additions and 0 deletions

18
main.c Normal file
View File

@@ -0,0 +1,18 @@
/*
* solar_mppt_converter.c
*
* Created: 11-05-2025 19:01:26
* Author : Christian L. V. Madsen (OZ1CM)
*/
#include <avr/io.h>
int main(void)
{
/* Replace with your application code */
while (1)
{
}
}