init proj

This commit is contained in:
2025-06-24 19:06:17 +03:00
parent 295c52a068
commit 93ab91eb16
117 changed files with 113513 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#ifndef __DEF_H
#define __DEF_H
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_DEVICES 10
#ifdef __cplusplus
}
#endif
#endif /* __MAIN_H */