Skip to content

Errors Building custom firmware + thanks! #150

Answered by paradajz
reelex asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

I'm glad you like my work. 4067 mulitplexer uses 4 pins for controlling which pin is active: S0, S1, S2 and S3 (lowercase in the config file). All these signals are named s0 in your config file. Just change it to correct order (config below also fixes the order of z pins):

  analog:
    type: "4067"
    multiplexers: 4
    pins:
      s0:
        port: "A"
        index: 1
      s1:
        port: "A"
        index: 2
      s2:
        port: "A"
        index: 3
      s3:
        port: "A"
        index: 4
      z0:
        port: "A"
        index: 5
      z1:
        port: "A"
        index: 6
      z2:
        port: "A"
        index: 7
      z3:
        port: "B"
        index: 1 

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@reelex
Comment options

@paradajz
Comment options

@reelex
Comment options

@paradajz
Comment options

@reelex
Comment options

Answer selected by reelex
Comment options

You must be logged in to vote
1 reply
@reelex
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants