Skip to content

missing pin definition, is this on purpose? #141

@maciejopalinski

Description

@maciejopalinski

{"direction": "in", "pin":"j1:6", "name":"j1:7"},
{"direction": "out", "pin":"j1:9" , "name":"j1:10"},

Hello, I noticed that one pin definition is missing: J1:7

https://github.com/cleverfox/chubby75/blob/215b5bd561d9e25dd296f03bae392f257a0d0937/5a-75e/hardware_V8.2.md?plain=1#L168

This is a pin responsible for address E. Is it unavailable or just accidentally ommited?

If it is accidental, then I propose the following change:

                { "direction": "in", "pin": "j1:6", "name": "j1:7" },
++++            { "direction": "out", "pin": "j1:7", "name": "j1:8" },
                { "direction": "out", "pin": "j1:9", "name": "j1:10" },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions