SX1272 Ping Pong test working with the Freescale K22F microcontroller and the Semtech SX1272 evaluation module.

Fork of SX1272Lib by Timothy Mulrooney

Committer:
jlcolemanmbed
Date:
Thu Feb 11 14:47:16 2016 +0000
Revision:
24:f103f1004961
Parent:
13:618826a997e2
Revisions were made to sx1272.cpp, sx1272-hal.cpp debug.h and main.cpp in order for the Ping Pong Program to work with the Freescale K22F microcontroller and the SX1272 evaluation module.

Who changed what in which revision?

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