Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LoRaWAN_mbed_lmic_agriculture_app
Fork of SX1272Lib by
radio.cpp
00001 /* 00002 / _____) _ | | 00003 ( (____ _____ ____ _| |_ _____ ____| |__ 00004 \____ \| ___ | (_ _) ___ |/ ___) _ \ 00005 _____) ) ____| | | || |_| ____( (___| | | | 00006 (______/|_____)_|_|_| \__)_____)\____)_| |_| 00007 (C) 2015 Semtech 00008 00009 Description: Interface for the radios, contains the main functions that a radio needs, and 5 callback functions 00010 00011 License: Revised BSD License, see LICENSE.TXT file include in the project 00012 00013 Maintainers: Miguel Luis, Gregory Cristian and Nicolas Huguenin 00014 ///////////////////////////////////////////////////////////////////////////// 00015 00016 Used by Giorgos Tsapparellas for Internet of Things (IoT) smart monitoring 00017 device for agriculture using LoRaWAN technology. 00018 00019 Date of issued copy: 20 January 2018 00020 00021 Modifications: 00022 - No external modifications of the existing "AS IT IS" software. 00023 */ 00024 #include "radio.h" 00025 00026 Radio::Radio( RadioEvents_t *events ) 00027 { 00028 this->RadioEvents = events; 00029 }
Generated on Tue Jul 12 2022 18:34:26 by
1.7.2
