This commit is contained in:
Tiago Batista Cardoso
2025-11-14 11:13:23 +01:00
commit de544a9632
21 changed files with 2089 additions and 0 deletions

29
motor/build/Config0.c Normal file
View File

@@ -0,0 +1,29 @@
/*******************************************/
/* FILE GENERATED BY iec2c */
/* Editing this file is not recommended... */
/*******************************************/
#include "iec_std_lib.h"
#include "accessor.h"
#include "POUS.h"
// CONFIGURATION CONFIG0
void RES0_init__(void);
void config_init__(void) {
BOOL retain;
retain = 0;
RES0_init__();
}
void RES0_run__(unsigned long tick);
void config_run__(unsigned long tick) {
RES0_run__(tick);
}
unsigned long long common_ticktime__ = 20000000ULL; /*ns*/
unsigned long greatest_tick_count__ = (unsigned long)0UL; /*tick*/