feat(ezcoo): serial driver for EZCOO HDMI matrix
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ezcoo
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
)
|
||||
|
||||
const pollCmd = "EZG OUT0 VS"
|
||||
|
||||
var reOutVS = regexp.MustCompile(`(?i)OUT(\d)\s+VS\s+IN(\d)`)
|
||||
Reference in New Issue
Block a user