test program
This commit is contained in:
parent
0977b58bfd
commit
2635812e0c
4
main.go
4
main.go
@ -19,8 +19,8 @@ const (
|
||||
|
||||
func main() {
|
||||
var (
|
||||
test [8]byte = [8]byte{0x00, 0x00, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00}
|
||||
test1 [8]byte = [8]byte{0x00, 0x00, 0x4c, 0x00, 0x00, 0x00, 0x00, 0x00}
|
||||
test [8]byte = [8]byte{0x00, 0x00, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e}
|
||||
test1 [8]byte = [8]byte{0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00}
|
||||
unpress [8]byte = [8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
|
||||
write []byte
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user