mirror of
https://github.com/kidoman/embd
synced 2024-10-31 23:38:44 +01:00
11 lines
182 B
Go
11 lines
182 B
Go
|
/*
|
||
|
Package generic provides generic (to Linux) drivers for functionalities like
|
||
|
|
||
|
Digital I/O
|
||
|
I²C
|
||
|
LED control
|
||
|
|
||
|
They are used by the hosts to satiate the HAL.
|
||
|
*/
|
||
|
package generic
|