@golemio/pid
Version:
Golemio PID Module
8 lines (7 loc) • 337 B
TypeScript
export declare const MPS_TO_KMH = 3.6;
/**
* The ratio of the lock timeout to the refresh interval.
* This is used to determine how long to wait before refreshing the lock.
* The refresh interval checks if the lock is still held and if not, it will reset the lock timeout.
*/
export declare const LOCK_REFRESH_INTERVAL_RATIO = 0.65;