2022-11-21 02:22:26 +08:00
|
|
|
/*
|
2022-11-27 23:06:09 +08:00
|
|
|
Package system provides generic access to Linux gpio, i2c and filesystem.
|
2022-11-21 02:22:26 +08:00
|
|
|
|
|
|
|
It is intended to be used while implementing support for a single board Linux computer
|
|
|
|
*/
|
2023-05-20 20:25:21 +08:00
|
|
|
package system // import "gobot.io/x/gobot/v2/system"
|