Files
MarcelMoteurSTM32/Core/Inc/functions.h
Maxime Chauveau f2e35fe48d test
2025-02-17 17:50:15 +01:00

18 lines
225 B
C

/*
* functions.h
*
* Created on: Feb 17, 2025
* Author: CHAUVEAU Maxime
*/
#include "main.h"
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
void maine();
void accelerer();
void ralentir();
#endif /* FUNCTIONS_H_ */