ADD: dummy foc

SIMPLE

CLEAN: cleanup code and add printf handler

FIX: counters

ADD: motor

ENH: temporary disable can

ADD: dummy foc, but creepy work
This commit is contained in:
vanyabeat 2024-02-06 11:32:46 +03:00 committed by Igor Brylyov
parent 3af1d1a710
commit bd7f049b75
20 changed files with 629 additions and 567 deletions

View file

@ -0,0 +1,4 @@
#pragma once
#include "stm32f4xx_hal.h"
void print_for_debug(UART_HandleTypeDef *huart1, float values[4]);