 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package flipflop exposes a buffered input functionality that mimicks the behavior of falling edge detection which is done when doing signal processing on digital or analog electric circuitry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFallingEdge ¶
func NewFallingEdge(bufferTime, worstCase time.Duration) (in chan<- struct{}, out <-chan struct{}, clean func())
NewFallingEdge returns a new falling edge detector. bufferTime is the time to buffer, worstCase is buffertime*worstcase time to wait before writing to the output anyway.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.