1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00
Thomas Kohler 0d0a508c60
core(build): CLI removed (#946)
* core(build): CLI removed
* adjust install instructions in doc and README
* fix master_test and remove useless/duplicated tests examples_test.go
2023-06-04 18:36:55 +02:00

12 lines
366 B
Go

/*
Package spi provides Gobot drivers for spi devices.
Uses periph.io for spi
Installing:
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
For further information refer to spi README:
https://github.com/hybridgroup/gobot/blob/master/drivers/spi/README.md
*/
package spi // import "gobot.io/x/gobot/v2/drivers/spi"