1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 11:57:38 +02:00

add documentation

This commit is contained in:
Karan Misra 2014-03-23 14:09:31 +05:30
parent a35692aabb
commit 0002d02c28
8 changed files with 117 additions and 8 deletions

View file

@ -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 {