Skip to content

feat: add XEN-L006 (xod/uart additions)#7

Open
gabbapeople wants to merge 2 commits into
masterfrom
XEN-L006
Open

feat: add XEN-L006 (xod/uart additions)#7
gabbapeople wants to merge 2 commits into
masterfrom
XEN-L006

Conversation

@gabbapeople
Copy link
Copy Markdown
Contributor

@gabbapeople gabbapeople commented Sep 13, 2018

The new accumulate-line and read nodes.

Comment thread XEN-L006/README.md
- [in] RST :: Pulse - Empty the accumulated string line and start over

- [out] LINE :: String - Accumulated line
- [out] LINE :: Pulse - Fires on a new accumulated line
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two pins can't have the same label. Did you mean something like UPD?

Comment thread XEN-L006/README.md

## List of nodes

### accumulate-line
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm... we have such node in xod/stream.
And also it has very important input CAP (capacity), which is skipped here.

Maybe better to do a handy node accumulate-line in xod/stream library, which will be a composition of nodes accumulate-string and pass-until?

Comment thread XEN-L006/README.md
- [in] READ :: Pulse - Triggers read of a string line ???
- [in] READ :: Bool - The true value turns on the stream of the string lines ???

- [out] LINE :: String - String line that is read ???
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same issue with capacity 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants