Based on SX1276Lib. Simplified and targeted for Modtronix inAir modules. All pins can now be specified to use interrupts or general purpose I/O pins.

Committer:
modtronix-com
Date:
Fri Aug 19 15:50:18 2016 +1000
Revision:
10:0bf8f2dbefb7
Parent:
1:64a9c4a03244
Added tag v1.1 for changeset 9a77e2c7c5e8

Who changed what in which revision?

UserRevisionLine numberNew contents of line
modtronix 1:64a9c4a03244 1 --- Revised BSD License ---
modtronix 1:64a9c4a03244 2 Copyright (c) 2013, SEMTECH S.A.
modtronix 1:64a9c4a03244 3 All rights reserved.
modtronix 1:64a9c4a03244 4
modtronix 1:64a9c4a03244 5 Redistribution and use in source and binary forms, with or without
modtronix 1:64a9c4a03244 6 modification, are permitted provided that the following conditions are met:
modtronix 1:64a9c4a03244 7 * Redistributions of source code must retain the above copyright
modtronix 1:64a9c4a03244 8 notice, this list of conditions and the following disclaimer.
modtronix 1:64a9c4a03244 9 * Redistributions in binary form must reproduce the above copyright
modtronix 1:64a9c4a03244 10 notice, this list of conditions and the following disclaimer in the
modtronix 1:64a9c4a03244 11 documentation and/or other materials provided with the distribution.
modtronix 1:64a9c4a03244 12 * Neither the name of the Semtech corporation nor the
modtronix 1:64a9c4a03244 13 names of its contributors may be used to endorse or promote products
modtronix 1:64a9c4a03244 14 derived from this software without specific prior written permission.
modtronix 1:64a9c4a03244 15
modtronix 1:64a9c4a03244 16 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
modtronix 1:64a9c4a03244 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
modtronix 1:64a9c4a03244 18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
modtronix 1:64a9c4a03244 19 DISCLAIMED. IN NO EVENT SHALL SEMTECH S.A. BE LIABLE FOR ANY
modtronix 1:64a9c4a03244 20 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
modtronix 1:64a9c4a03244 21 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
modtronix 1:64a9c4a03244 22 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
modtronix 1:64a9c4a03244 23 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
modtronix 1:64a9c4a03244 24 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
modtronix 1:64a9c4a03244 25 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.