mirror of
https://github.com/modelec/MarcelMoteurSTM32.git
synced 2026-01-18 16:47:23 +01:00
17 lines
224 B
C
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_ */
|