Prince Charming
Member level 2
Hello, I want to make a latch that has 1 input and 2 outputs.
The working of this latch must be like:
1 - When the input is high output will be 10
2 - The input will be zero for some time
3 - When the input is high again output will be 01
4 - The input will be zero for some time
and it continues like this, it is like a single button that can do "on" and "off" both.
The switching frequency will be at most 120 Hz. But there will be instances where the off time is just 1 microsecond.
The latch will have a 5V input and 5V output
How can I implement this? It is for an Arduino and it will drive two MOSFET drivers.
Thank you.
The working of this latch must be like:
1 - When the input is high output will be 10
2 - The input will be zero for some time
3 - When the input is high again output will be 01
4 - The input will be zero for some time
and it continues like this, it is like a single button that can do "on" and "off" both.
The switching frequency will be at most 120 Hz. But there will be instances where the off time is just 1 microsecond.
The latch will have a 5V input and 5V output
How can I implement this? It is for an Arduino and it will drive two MOSFET drivers.
Thank you.