Merge branch 'tmp' into Homocube
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
Reference in New Issue
Block a user