fonchain-container/cmd/internal/embedded/implement/ws281x.go
2024-07-02 11:56:53 +08:00

12 lines
294 B
Go

// Package hardware -----------------------------
// @file : ws281x.go
// @author : JJXu
// @contact : wavingbear@163.com
// @time : 2024/7/1 上午11:45
// -------------------------------------------
package implement
// ws81x系统LED灯带控制驱动
type Ws281x struct {
}