creata timeline con tempi in decimi

This commit is contained in:
andrea
2026-05-02 13:05:31 +02:00
parent a9e6c6c640
commit 18437a0c9c
120 changed files with 234587 additions and 64394 deletions

View File

@@ -0,0 +1,27 @@
/*
* mot.h
*
* Created on: May 2, 2026
* Author: user
*/
#ifndef SRC_MOT_H_
#define SRC_MOT_H_
typedef enum{
motWaiting,
motStartRamp,
motWaitingTime,
motStopRamp,
motStop
}motMov_st;
motMov_st m1ap(void);
motMov_st m1ch(void);
motMov_st m2ap(void);
motMov_st m2ch(void);
motMov_st m3ap(void);
motMov_st m3ch(void);
motMov_st m4ap(void);
motMov_st m4ch(void);
#endif /* SRC_MOT_H_ */