ds18b20-MODBUS/john103C6T6/Core/Inc/def.h
2025-06-24 19:06:17 +03:00

14 lines
147 B
C

#ifndef __DEF_H
#define __DEF_H
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_DEVICES 10
#ifdef __cplusplus
}
#endif
#endif /* __MAIN_H */