Hi!
I have a new project and to solve the lack of digital outputs I am going to add a mux and some memory IC
The problem is that I need to control 16 outputs, lets name it from 1 to 4 = A, from 5 to 9 = B and so on, but I have only 4 pins available in my uC
My first approach is to use a mux, but I am going to control relays, so I need to hold the state for the 15 outputs that the mux is not multiplexing.
The answer is to use a simple FF-D, but I dont have a clk signal for this porpuse, maybe a JK
Do you know if something like a MUX with memory exist? or how ca I implement it
Thanks I appreciate any help