EdSaGfmvA/include/utils/constAndVars.h
2025-06-19 23:59:54 +02:00

14 lines
235 B
C

#ifndef CONSTANDVARS_H
#define CONSTANDVARS_H
#include <zephyr/kernel.h>
#include <stdint.h>
#include <stdbool.h>
extern bool slave;
extern bool error;
extern bool synchronized;
extern uint32_t nextSynchro;
#endif // CONSTANDVARS_H