Merge branch 'tmp' into Homocube

This commit is contained in:
Pritimay Sarkar
2023-08-03 15:45:39 +05:30
4 changed files with 82 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
package com.example.hpostesting.data.constant
enum class HemoCubeCommands(val command: String) {
run("R\r"),
startBuffer("B\r"),
getBuffer("B\r"),
startSample("S\r"),
getSample("P\r"),
}