Added utils and ain

This commit is contained in:
2024-04-28 21:00:42 +03:00
parent ed469cb213
commit bdd94d53a1
13 changed files with 656 additions and 171 deletions

18
firmware/src/main.cpp Normal file
View File

@@ -0,0 +1,18 @@
/*
* logic-controller.cpp
*
* Created: 28.04.2024 20:03:09
* Author : User
*/
#include <avr/io.h>
int main(void)
{
/* Replace with your application code */
while (1)
{
}
}