1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00

7 lines
222 B
Go
Raw Permalink Normal View History

2022-11-20 19:22:26 +01:00
/*
Package system provides generic access to Linux gpio, i2c and filesystem.
2022-11-20 19:22:26 +01:00
It is intended to be used while implementing support for a single board Linux computer
*/
package system // import "gobot.io/x/gobot/v2/system"