servo/firmware/Lib/helpers/helpers.h
vanyabeat bd7f049b75 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
2024-02-22 16:38:48 +00:00

4 lines
No EOL
107 B
C

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