mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 14:39:00 +00:00
spi: incorporate change from GH issue feedback
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -269,7 +269,7 @@ type Device struct {
|
||||
ssids [10]string
|
||||
}
|
||||
|
||||
// New returns a new Wiifinina driver.
|
||||
// New returns a new Wifinina driver.
|
||||
func New(bus drivers.SPI, csPin, ackPin, gpio0Pin, resetPin machine.Pin) *Device {
|
||||
return &Device{
|
||||
SPI: bus,
|
||||
|
||||
Reference in New Issue
Block a user