работает слейв и мастер

This commit is contained in:
2026-05-28 03:20:13 +03:00
commit cbb571f124
191 changed files with 55316 additions and 0 deletions

7
App/zigbee_app.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef ZIGBEE_APP_H
#define ZIGBEE_APP_H
void ZigbeeApp_Init(void);
void ZigbeeApp_Process(void);
#endif