Rename WiFi1010 -> WiFiNINA
This commit is contained in:
parent
646b5f776a
commit
df69ca23f2
22 changed files with 27 additions and 27 deletions
|
|
@ -1,11 +1,11 @@
|
|||
= WiFi1010 Library for Arduino =
|
||||
= WiFiNINA Library for Arduino =
|
||||
|
||||
Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.
|
||||
|
||||
With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
|
||||
|
||||
For more information about this library please visit us at
|
||||
http://www.arduino.cc/en/Reference/WiFi1010
|
||||
http://www.arduino.cc/en/Reference/WiFiNINA
|
||||
|
||||
== License ==
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
char ssid[] = SECRET_SSID; // your network SSID (name)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
by Tom Igoe
|
||||
*/
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
by Tom Igoe
|
||||
*/
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
by Tom Igoe
|
||||
*/
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
void setup() {
|
||||
//Initialize serial and wait for port to open:
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
void setup() {
|
||||
//Initialize serial and wait for port to open:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
by Tom Igoe
|
||||
*/
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
WiFi1010FirmwareUpdater - Firmware Updater for the
|
||||
Arduino MKR WiFi101, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
|
||||
WiFiNINAFirmwareUpdater - Firmware Updater for the
|
||||
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
|
||||
|
||||
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
|
||||
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
by Petar Georgiev
|
||||
*/
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ last revision November 2015
|
|||
*/
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
#include <WiFiUdp.h>
|
||||
|
||||
int status = WL_IDLE_STATUS;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
#include <WiFiUdp.h>
|
||||
|
||||
int status = WL_IDLE_STATUS;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <SPI.h>
|
||||
#include <WiFi1010.h>
|
||||
#include <WiFiNINA.h>
|
||||
|
||||
|
||||
#include "arduino_secrets.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#######################################
|
||||
# Syntax Coloring Map For WiFi1010
|
||||
# Syntax Coloring Map For WiFiNINA
|
||||
#######################################
|
||||
|
||||
#######################################
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
#######################################
|
||||
|
||||
WiFi KEYWORD1
|
||||
WiFi1010 KEYWORD1
|
||||
WiFiNINA KEYWORD1
|
||||
WiFiUdp KEYWORD1
|
||||
WiFiClient KEYWORD1
|
||||
WiFiSSLClient KEYWORD1
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
name=WiFi1010
|
||||
name=WiFiNINA
|
||||
version=1.0.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.
|
||||
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/WiFi1010
|
||||
url=http://www.arduino.cc/en/Reference/WiFiNINA
|
||||
architectures=*
|
||||
includes=WiFi1010.h
|
||||
includes=WiFiNINA.h
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
This file is part of the WiFi1010 library.
|
||||
This file is part of the WiFiNINA library.
|
||||
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
This file is part of the WiFi1010 library.
|
||||
This file is part of the WiFiNINA library.
|
||||
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
This file is part of the WiFi1010 library.
|
||||
This file is part of the WiFiNINA library.
|
||||
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
|||
Loading…
Reference in a new issue