pull/201/head
alanbjohnston 3 years ago committed by GitHub
parent 999f9e1148
commit 660115e9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,8 @@ Adafruit_INA219 ina219_2_0x45(0x45);
Adafruit_SI5351 clockgen = Adafruit_SI5351();
unsigned long micros3;
//WiFiServer server(port);
//WiFiClient client;
@ -1352,8 +1354,15 @@ void write_wave(int i, byte *buffer)
ctr = ctr - bufLen;
// if (debug_mode) {
Serial.print("ctr reset ");
if (bufLen != 0) {
Serial.print("RR Microseconds: ");
Serial.println((float)(micros() - micros3)/(float)bufLen);
}
// }
micros3 = micros();
// Serial.print(" ");
Serial.println(millis());
// Serial.println(millis());
// }
}
// Serial.printf(" b: %d ", buffer[ctr - 1]);

Loading…
Cancel
Save

Powered by TurnKey Linux.