sleep(3.5) now with quicker python sensor reads

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent 1733e4cab7
commit 211da494be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1069,7 +1069,7 @@ void get_tlm_fox() {
while ((millis() - sampleTime) < (unsigned int)samplePeriod) while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime); sleep((unsigned int)sleepTime);
*/ */
sleep(1.5); // No sleep at all! sleep(3.5); // No sleep at all!
digitalWrite(txLed, txLedOff); digitalWrite(txLed, txLedOff);

Loading…
Cancel
Save

Powered by TurnKey Linux.