Added code for diagnostics

This commit is contained in:
Mariya
2023-09-28 16:50:44 +05:30
committed by Pritimay Sarkar
parent f67dc04916
commit 220fea4c2e
6 changed files with 545 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package com.example.hpostesting.data.constant
enum class HemoCubeCommands(val command: String) {
startBuffer("B\r"),
getBuffer("Q\r"),
getBuffer("D\r"),
startSample("S\r"),
getSample("P\r"),
}