Package com.tinkerforge
Interface BrickletGPSV2.PulsePerSecondListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPSV2
public static interface BrickletGPSV2.PulsePerSecondListener extends DeviceListener
This listener is triggered precisely once per second, see `PPS <https://en.wikipedia.org/wiki/Pulse-per-second_signal>`__. The precision of two subsequent pulses will be skewed because of the latency in the USB/RS485/Ethernet connection. But in the long run this will be very precise. For example a count of 3600 pulses will take exactly 1 hour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pulsePerSecond()
-