2014-10-21 13:36:42 -05:00
|
|
|
/*
|
2014-10-28 14:52:59 -07:00
|
|
|
Package gpio provides Gobot drivers for General Purpose Input/Output devices.
|
2014-10-21 13:36:42 -05:00
|
|
|
|
|
|
|
Installing:
|
|
|
|
|
2023-06-04 18:36:55 +02:00
|
|
|
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
|
2014-10-21 13:36:42 -05:00
|
|
|
|
|
|
|
For further information refer to gpio README:
|
2024-02-13 15:58:31 +01:00
|
|
|
https://github.com/hybridgroup/gobot/blob/release/platforms/gpio/README.md
|
2014-10-21 13:36:42 -05:00
|
|
|
*/
|
2023-05-20 14:25:21 +02:00
|
|
|
package gpio // import "gobot.io/x/gobot/v2/drivers/gpio"
|