AllWize Library
MAINPAGE.md
Go to the documentation of this file.
1 # AllWize
2 
3 Arduino-compatible library to interface **RC1701HP-OSP/WIZE radio modules**.
4 
5 Compatible radios:
6 
7 * RadioCrafts RC1701HP-OSP (Ondeo version)
8 * RadioCrafts RC1701HP-WIZE (Wize version)
9 
10 Compatible platforms:
11 
12 * AVR (Arduino Uno, Arduino Leonardo)
13 * SAMD21 (Arduino Zero, Arduino MKR family, AllWize K2)
14 * ESP8266
15 * ESP32
16 
17 ## Documentation
18 
19 Visit the [online documentation for the AllWize Library](https://allwize.github.io/allwize/classAllWize.html).
20 
21 
22 ## License
23 
24 Copyright (C) 2018-2020 by AllWize ([http://allwize.io](http://allwize.io))
25 
26 AllWize library is free software: you can redistribute it and/or modify
27 it under the terms of the GNU Lesser General Public License as published by
28 the Free Software Foundation, either version 3 of the License, or
29 (at your option) any later version.
30 
31 AllWize library is distributed in the hope that it will be useful,
32 but WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 GNU Lesser General Public License for more details.
35 
36 You should have received a copy of the GNU Lesser General Public License
37 along with AllWize library. If not, see <http://www.gnu.org/licenses/>.