mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
CMS50i PI test5
This commit is contained in:
parent
0dbcbcb9db
commit
d8bf63f613
@ -463,7 +463,7 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
||||
buf[i] = (buf[i] & 0x7f) | (msb & 0x01) ? 0x80 : 0;
|
||||
}
|
||||
|
||||
quint16 pi = buf[idx + 4] | buf[idx + 5] << 8;
|
||||
quint16 pi = buf[4] | buf[5] << 8;
|
||||
pulse = buf[3];
|
||||
quint8 spo2 = buf[2] & 0x7f;
|
||||
qDebug() << "Pulse=" << pulse << "SPO2=" << spo2 << "Pi=" << pi;
|
||||
|
Loading…
Reference in New Issue
Block a user