optimize OPCUA demo and PLC demo and added PLC channel instead of bus

This commit is contained in:
wlyu
2022-03-03 17:58:14 +08:00
parent eb4538e331
commit 06b2ed5235
22 changed files with 1969 additions and 526 deletions

View File

@@ -1,3 +1,3 @@
SRC_FILES := plc_demo.c
SRC_FILES := plc_show_demo.c plc_control_demo.c
include $(KERNEL_ROOT)/compiler.mk