// Package hardware -----------------------------
// @file      : ws281x.go
// @author    : JJXu
// @contact   : wavingbear@163.com
// @time      : 2024/7/1 上午11:45
// -------------------------------------------
package implement

// ws81x系统LED灯带控制驱动
type Ws281x struct {
}