mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-09-15 11:02:56 +00:00
wifinina: update docs and info on how to install WiFiNINA driver
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
package wifinina
|
||||
// Package wifinina implements TCP wireless communication over SPI
|
||||
// with an attached separate ESP32 board using the Arduino WiFiNINA protocol.
|
||||
//
|
||||
// In order to use this driver, the ESP32 must be flashed with specific firmware from Arduino.
|
||||
// For more information: https://github.com/arduino/nina-fw
|
||||
//
|
||||
package wifinina // import "tinygo.org/x/drivers/wifinina"
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
|
||||
Reference in New Issue
Block a user