Documentation ¶
Overview ¶
Package wifi implements an interface to the WiFi coprocessor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type WiFi ¶
type WiFi struct {
// contains filtered or unexported fields
}
WiFi wraps the WiFiNINA device driver.
func New ¶
New returns a new WiFi using the default peripherals and GPIO pins. The SPI interface connected to the WiFi coprocessor is also initialized and configured for use. This method will always return a nil WiFi or a nil error. It will never return nil or non-nil for both WiFi and error.
Click to show internal directories.
Click to hide internal directories.