Files
MarcelMoteurSTM32/Core/Inc/functions.h
2025-03-06 13:22:50 +01:00

17 lines
224 B
C

/*
* functions.h
*
* Created on: Feb 17, 2025
* Author: CHAUVEAU Maxime
*/
#include "main.h"
#include "motors.h"
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
void Cpploop(Motor *motor);
#endif /* FUNCTIONS_H_ */