dumber/software/dumber3/Core/Inc/sequenceur.h
2022-09-23 10:12:32 +02:00

15 lines
215 B
C

/*
* statemachine.h
*
* Created on: Sep 12, 2022
* Author: dimercur
*/
#ifndef INC_SEQUENCEUR_H_
#define INC_SEQUENCEUR_H_
#include "main.h"
void SEQUENCEUR_Init(void);
#endif /* INC_SEQUENCEUR_H_ */