-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Explain how the connections in the very first example in the README work #436
Comments
Hi @DeflateAwning, Since you mention the connection term, have you read the Connection sets documentation and the following two examples?
|
The "Connection sets" linked above in the In the examples in the README, it would be helpful to have comments in the For example: connections:
-
# Each number in the lists below is an index (starting from 1) into the Pin list for each connector.
# First element of each list: connect X1's 5th Pin to W1 Pin 1 and X1 Pin 1.
# Second element: connect X1's Pin 2 to W1 Pin 2, and X2 Pin 3.
# ...
- X1: [5,2,3]
- W1: [1,2,3]
- X2: [1,3,2]
- # Connect the shield to X1's 5th net.
- X1: 5
- W1: s |
@DeflateAwning wrote:
Quoted from the "Connection sets" linked above:
See also the subsections Single connections and Multiple parallel connections within the same "Connection sets" section for more information about different combinations. @DeflateAwning wrote:
Thank you for this suggestion. For now, the demo 01 YAML is small and clean to enhance readability. Maybe a few small comments might improve the reader's understanding, but keep in mind that we already link to the syntax description just below the two demo cases. |
With no background on the schema, it's not clear at all what the connection paths mean. Even after checking the schema, it's not clear what the numbers are indexes to. Perhaps you could help explain that better?
The text was updated successfully, but these errors were encountered: