mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 14:20:50 +02:00
15 lines
215 B
C
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_ */
|