mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
8 lines
268 B
Go
8 lines
268 B
Go
/*
|
|
Package serial provides Gobot drivers for Serial Port communication based devices.
|
|
|
|
For further information refer to readme:
|
|
https://github.com/hybridgroup/gobot/blob/release/drivers/serial/README.md
|
|
*/
|
|
package serial // import "gobot.io/x/gobot/v2/drivers/serial"
|