8 lines
286 B
Go
8 lines
286 B
Go
/*
|
|
Package serialport provides the Gobot adaptor for serial communication with drivers.
|
|
|
|
For further information refer to readme:
|
|
https://github.com/hybridgroup/gobot/blob/release/platforms/serialport/README.md
|
|
*/
|
|
package serialport // import "gobot.io/x/gobot/v2/platforms/serialport"
|