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