test program

This commit is contained in:
lordwelch 2017-10-26 17:24:18 -06:00
parent 80baa3db76
commit 54f151074c

View File

@ -34,5 +34,5 @@ func main() {
fmt.Printf("%08b\n", test[0])
file, _ := os.Open("/dev/hidg0")
file.Write(test[:])
file.Close()
}