Move PWM and MOSFET implementations into separate module files

This commit is contained in:
2024-09-03 02:24:31 +02:00
parent cd1a481ef6
commit 0e15d5b1e2
8 changed files with 186 additions and 169 deletions

View File

@@ -1,7 +1,6 @@
#include "common.h"
#include "bus/usart.h"
#include <stdio.h>
#include <math.h>
static void Puts(const char *str)
{