wifinina: update docs and info on how to install WiFiNINA driver

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-12-26 16:34:35 +01:00
parent 1d0f04af6b
commit 086415605e
2 changed files with 36 additions and 1 deletions
+7 -1
View File
@@ -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"