Skip to content

Commit 11856a9

Browse files
committed
Added readme
1 parent c630aeb commit 11856a9

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

README.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# WiFi101 Firmware Updater Tool for Arduino IDE [![Build Status](https://travis-ci.org/arduino-libraries/WiFi101-FirmwareUpdater-Plugin.svg?branch=master)](https://travis-ci.org/arduino-libraries/WiFi101-FirmwareUpdater-Plugin)
2+
3+
This plugin is a GUI to update Firmware or SSL Certificates on shield or boards based
4+
on the Atmel WINC1500 WiFi chipset (for example the Arduino/Genuino WiFi 101 Shield or the
5+
Arduino/Genuino MKR1000 board).
6+
7+
## Installation
8+
9+
- Download the tool [from this page](https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/latest).
10+
- Create a `tools` folder in your sketchbook, if it doesn't exist yet.
11+
- Unpack the zip archive into `tools` folder (it will look like `.../Arduino/tools/WiFi101/tool/WiFi101.jar`)
12+
- Restart the Arduino IDE.
13+
14+
## Usage
15+
16+
- TDB
17+
18+
## Screenshots
19+
20+
![Screenshot](screenshot-1.png)
21+
22+
![Screenshot](screenshot-2.png)
23+
24+
## Issues and suggestions
25+
26+
Please open an issue [on github](https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/issues/new).
27+
28+
## Credits and license
29+
30+
```
31+
Copyright 2016 Arduino LLC (http://www.arduino.cc/)
32+
33+
Arduino is free software; you can redistribute it and/or modify
34+
it under the terms of the GNU General Public License as published by
35+
the Free Software Foundation; either version 2 of the License, or
36+
(at your option) any later version.
37+
38+
This program is distributed in the hope that it will be useful,
39+
but WITHOUT ANY WARRANTY; without even the implied warranty of
40+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41+
GNU General Public License for more details.
42+
43+
You should have received a copy of the GNU General Public License
44+
along with this program; if not, write to the Free Software
45+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
46+
47+
As a special exception, you may use this file as part of a free software
48+
library without restriction. Specifically, if other files instantiate
49+
templates or use macros or inline functions from this file, or you compile
50+
this file and link it with other files to produce an executable, this
51+
file does not by itself cause the resulting executable to be covered by
52+
the GNU General Public License. This exception does not however
53+
invalidate any other reasons why the executable file might be covered by
54+
the GNU General Public License.
55+
```
56+

screenshot-1.png

38.7 KB
Loading

screenshot-2.png

41.2 KB
Loading

0 commit comments

Comments
 (0)