main
lincaigui 7 months ago
parent 5373920978
commit 17da603d99

@ -8,7 +8,7 @@ FPGA+Paj7620u2
通信i2c
#### 软件架构
go按键模拟
4399黄金矿工游戏
手势抖音
#### 使用说明

@ -50,15 +50,21 @@ func main() {
}
if n > 0 {
log.Printf("读取到 %d 字节数据: %d\n", n, buffer[:n])
// 这里可以添加处理数据的逻辑
if buffer[0] == 0x02 {
robotgo.Click("left")
}
if buffer[0] == 0x01 {
robotgo.KeyPress("up")
} else if buffer[0] == 0x02 {
robotgo.KeyPress("down")
} else if buffer[0] == 0x10 {
robotgo.KeyPress("f")
} else {
log.Printf("读取到 %d 字节数据: %d\n", n, buffer[:n])
}
} else {
// 当没有读取到数据时,可以根据需要处理或简单跳过
// log.Println("没有新数据")
log.Println("没有新数据")
}
// 可以根据需要添加适当的延迟避免无数据时CPU占用过高

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

@ -2,7 +2,7 @@
"RT_GROUP_ICON": {
"APP": {
"0000": [
"home-logo.png"
"tiktok.png"
]
}
},
@ -40,8 +40,8 @@
},
"info": {
"0409": {
"Comments": "",
"CompanyName": "",
"Comments": "gesture tiktok",
"CompanyName": "Stark",
"FileDescription": "",
"FileVersion": "",
"InternalName": "",

Loading…
Cancel
Save