Rename WiFi1010 -> WiFiNINA

This commit is contained in:
Sandeep Mistry 2018-07-11 08:23:50 -04:00
parent 646b5f776a
commit df69ca23f2
22 changed files with 27 additions and 27 deletions

View file

@ -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 ==

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -16,7 +16,7 @@
#include <SPI.h>
#include <WiFi1010.h>
#include <WiFiNINA.h>
void setup() {
//Initialize serial and wait for port to open:

View file

@ -14,7 +14,7 @@
#include <SPI.h>
#include <WiFi1010.h>
#include <WiFiNINA.h>
void setup() {
//Initialize serial and wait for port to open:

View file

@ -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

View file

@ -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/)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -17,7 +17,7 @@
*/
#include <SPI.h>
#include <WiFi1010.h>
#include <WiFiNINA.h>
#include <WiFiUdp.h>
int status = WL_IDLE_STATUS;

View file

@ -12,7 +12,7 @@
#include <SPI.h>
#include <WiFi1010.h>
#include <WiFiNINA.h>
#include <WiFiUdp.h>
int status = WL_IDLE_STATUS;

View file

@ -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

View file

@ -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

View file

@ -17,7 +17,7 @@
*/
#include <SPI.h>
#include <WiFi1010.h>
#include <WiFiNINA.h>
#include "arduino_secrets.h"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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