Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const dword sendDist = 10000; // *10 us = 100ms on message CP24TX { int delta; dword lastTime; delta = (this.TIME - lastTime - sendDist); // in 10 us lastTime = this.TIME; if (delta != 0) { write("deviation of send distance: %d us",10*delta); } }