public class Flipflop extends Object
| Constructor and Description |
|---|
Flipflop()
Creates a flipflop that changes every 500 ms.
|
Flipflop(Double interval)
Creates a signal that turns on and off every interval.
|
| Modifier and Type | Method and Description |
|---|---|
TimeDuration |
getTimeBetweenSamples()
Returns the time between each sample.
|
public Flipflop()
public Flipflop(Double interval)
interval - interval between samples in secondspublic TimeDuration getTimeBetweenSamples()
Copyright © 2015. All rights reserved.