mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-26 13:48:49 +08:00
7 lines
219 B
Go
7 lines
219 B
Go
![]() |
/*
|
||
|
package system provides generic access to Linux gpio, i2c and filesystem.
|
||
|
|
||
|
It is intended to be used while implementing support for a single board Linux computer
|
||
|
*/
|
||
|
package system // import "gobot.io/x/gobot/system"
|