test program

This commit is contained in:
lordwelch 2017-10-27 14:20:45 -06:00
parent 5dc7a214d1
commit 7f0a5f8d6a

View File

@ -38,7 +38,7 @@ func main() {
file, err := os.OpenFile("/dev/hidg0", os.O_WRONLY, os.ModePerm) file, err := os.OpenFile("/dev/hidg0", os.O_WRONLY, os.ModePerm)
fmt.Println(err) fmt.Println(err)
for i := 1; i <= 100; i++ { for i := 1; i <= 1000; i++ {
write = append(write, test[:]...) write = append(write, test[:]...)
write = append(write, unpress[:]...) write = append(write, unpress[:]...)
} }