MUX Channel Array - Newbie Question
Jimmy_Ru
Posts: 8
Can anyone point me towards an elegant solution to creating a channel selector for a multiplexer?
I am new to the propeller and its languages.
When I say elegant solution, my frame of reference is python used in a functional style of programming... just my frame of reference and putting my ignorance in the open.
For the multiplexer I am using a TI CD4067be and my searches for projects that detail multiplexers have some up empty this morning. Optimally should channel selection just be explicitly set in the constants section of code or should/can I create a method/proc for each channel?
Thanks for any help: links or details in reply.
JR
I am new to the propeller and its languages.
When I say elegant solution, my frame of reference is python used in a functional style of programming... just my frame of reference and putting my ignorance in the open.
For the multiplexer I am using a TI CD4067be and my searches for projects that detail multiplexers have some up empty this morning. Optimally should channel selection just be explicitly set in the constants section of code or should/can I create a method/proc for each channel?
Thanks for any help: links or details in reply.
JR
Comments
Download and look at the Propeller Manual for detailed descriptions and examples of these statements. You might download and go through the Propeller Education Kit tutorials to learn how to use the Propeller. Both are available from Parallax's Downloads webpage.