激光联动控制完成
This commit is contained in:
10
demo/osc/main.go
Normal file
10
demo/osc/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"game-driver/pkg/oscx"
|
||||
)
|
||||
|
||||
func main() {
|
||||
c := oscx.New("192.168.0.167", 3033)
|
||||
c.StartCue("Emu")
|
||||
}
|
||||
Reference in New Issue
Block a user