Just some monostable thingys(when they receive an input, they quickly turn on and off, giving a very fast pulse)
Created:
Mar 22, 2019
Updated:
Apr 05, 2021
Copied to Clipboard!
Add members
Enter Email IDs separated by commas, spaces or enter. Users need to be registered already on the platform. Note that collaboration is not real time as of now. Every save overwites the previous data.
Delete
Are you sure you want to delete this project?
Delete
Are you sure you want to remove this collaborator?
The buffer will maintain it's output value if it's input goes null. The reset pin is there to make the buffer's output also go null.
Example:
2 > buffer > 2
3 > buffer > 3
X > buffer > 3
0 > buffer > 0
X > buffer > 3
*reset*
X > buffer > X
Hope this clears it up. Thanks for the monostables!