Add comment to Com Splitter FPP

This commit is contained in:
bocchino 2021-06-23 17:30:21 -07:00
parent 92ec22c049
commit fdcfbf06fb
2 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,10 @@
module Svc {
@ A component for splitting a Com buffer stream
passive component ComSplitter {
@ Com input port
sync input port comIn: [1] Fw.Com
sync input port comIn: Fw.Com
@ Com output port
output port comOut: [5] Fw.Com

View File

@ -6,6 +6,10 @@ Generated by fpp-to-xml
====================================================================== -->
<component namespace="Svc" name="ComSplitter" kind="passive">
<comment>
A component for splitting a Com buffer stream
</comment>
<import_port_type>Fw/Com/ComPortAi.xml</import_port_type>
<ports>