mirror of https://github.com/rusefi/wideband.git
printing
This commit is contained in:
parent
453a4c4337
commit
76859f851d
|
@ -56,7 +56,7 @@ int main() {
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
size_t writeCount = chsnprintf(strBuffer, 200, "%.4f\t%.2f\n", GetNernstDc() * 1000, GetSensorInternalResistance());
|
size_t writeCount = chsnprintf(strBuffer, 200, "%.4f\t%.2f\t%.2f\n", GetSensorInternalResistance(), nernstVolt, GetPumpNominalCurrent());
|
||||||
uartStartSend(&UARTD1, writeCount, strBuffer);
|
uartStartSend(&UARTD1, writeCount, strBuffer);
|
||||||
|
|
||||||
chThdSleepMilliseconds(5);
|
chThdSleepMilliseconds(5);
|
||||||
|
|
Loading…
Reference in New Issue