Driver for the SX1272 RF Transceiver
Dependents: LORA-SX1272MB2xAS-PP mDot_Semtech_LoRaWAN_Stack LoRaWAN-demo-72_mdotIKS01A1 lora-project ... more
LICENSE.txt@7:b988b60083a1, 2017-04-24 (annotated)
- Committer:
- mluis
- Date:
- Mon Apr 24 09:26:08 2017 +0000
- Revision:
- 7:b988b60083a1
- Parent:
- 0:45c4f0364ca4
WARNING: Radio API timings changed from micro-seconds to milliseconds; ; Synchronized with https://github.com/Lora-net/LoRaMac-node git revision e506c246652fa44c3f24cecb89d0707b49ece739
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mluis | 0:45c4f0364ca4 | 1 | --- Revised BSD License --- |
mluis | 0:45c4f0364ca4 | 2 | Copyright (c) 2013, SEMTECH S.A. |
mluis | 0:45c4f0364ca4 | 3 | All rights reserved. |
mluis | 0:45c4f0364ca4 | 4 | |
mluis | 0:45c4f0364ca4 | 5 | Redistribution and use in source and binary forms, with or without |
mluis | 0:45c4f0364ca4 | 6 | modification, are permitted provided that the following conditions are met: |
mluis | 0:45c4f0364ca4 | 7 | * Redistributions of source code must retain the above copyright |
mluis | 0:45c4f0364ca4 | 8 | notice, this list of conditions and the following disclaimer. |
mluis | 0:45c4f0364ca4 | 9 | * Redistributions in binary form must reproduce the above copyright |
mluis | 0:45c4f0364ca4 | 10 | notice, this list of conditions and the following disclaimer in the |
mluis | 0:45c4f0364ca4 | 11 | documentation and/or other materials provided with the distribution. |
mluis | 0:45c4f0364ca4 | 12 | * Neither the name of the Semtech corporation nor the |
mluis | 0:45c4f0364ca4 | 13 | names of its contributors may be used to endorse or promote products |
mluis | 0:45c4f0364ca4 | 14 | derived from this software without specific prior written permission. |
mluis | 0:45c4f0364ca4 | 15 | |
mluis | 0:45c4f0364ca4 | 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
mluis | 0:45c4f0364ca4 | 17 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
mluis | 0:45c4f0364ca4 | 18 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
mluis | 0:45c4f0364ca4 | 19 | DISCLAIMED. IN NO EVENT SHALL SEMTECH S.A. BE LIABLE FOR ANY |
mluis | 0:45c4f0364ca4 | 20 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
mluis | 0:45c4f0364ca4 | 21 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
mluis | 0:45c4f0364ca4 | 22 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
mluis | 0:45c4f0364ca4 | 23 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
mluis | 0:45c4f0364ca4 | 24 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
mluis | 0:45c4f0364ca4 | 25 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |