mirror of
https://github.com/kidoman/embd
synced 2025-07-03 11:57:38 +02:00
add documentation
This commit is contained in:
parent
a35692aabb
commit
0002d02c28
8 changed files with 117 additions and 8 deletions
|
@ -1,3 +1,5 @@
|
|||
// Generic LED driver.
|
||||
|
||||
package embd
|
||||
|
||||
import (
|
||||
|
@ -9,6 +11,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// LEDMap type represents a LED mapping for a host.
|
||||
type LEDMap map[string][]string
|
||||
|
||||
type ledDriver struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue