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.
Fork of SX1272Lib by
History
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.
2016-02-11, by jlcolemanmbed [Thu, 11 Feb 2016 14:47:16 +0000] rev 24
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.
ping pong
2016-02-09, by tmulrooney [Tue, 09 Feb 2016 02:05:06 +0000] rev 23
ping pong
Synchronized the drivers with GitHub version.; Mainly added errata note recommendations
2015-11-26, by mluis [Thu, 26 Nov 2015 16:55:15 +0000] rev 22
Synchronized the drivers with GitHub version.; Mainly added errata note recommendations
Made radio driver API compatible with GitHub radio driver
2015-11-26, by mluis [Thu, 26 Nov 2015 10:39:03 +0000] rev 21
Made radio driver API compatible with GitHub radio driver
Addded SetMaxPayloadLength API to the driver
2015-10-20, by mluis [Tue, 20 Oct 2015 12:58:58 +0000] rev 20
Addded SetMaxPayloadLength API to the driver
Change SX1276 function GetState() into GetStatus()
2015-08-12, by GregCr [Wed, 12 Aug 2015 14:34:03 +0000] rev 19
Change SX1276 function GetState() into GetStatus()
Added check for CRC enable before checking if the CRC is correct or not
2015-07-10, by GregCr [Fri, 10 Jul 2015 14:24:45 +0000] rev 18
Added check for CRC enable before checking if the CRC is correct or not
A4 on LPCXpresso11U68 is P0_23
2015-06-18, by dudmuck [Thu, 18 Jun 2015 19:12:11 +0000] rev 17
A4 on LPCXpresso11U68 is P0_23
Corrected 250 kHz bandwidth choice for FSK modem; Added a define for the RADIO_WAKEUP_TIME from sleep
2015-03-31, by mluis [Tue, 31 Mar 2015 13:35:04 +0000] rev 16
Corrected 250 kHz bandwidth choice for FSK modem; Added a define for the RADIO_WAKEUP_TIME from sleep
Enabled by default the whitening when using FSK modem.; Added an invalid bandwidth to the Bandwidths table in order to avoid an error when selecting 250 kHz bandwidth when using FSK modem.
2015-01-22, by mluis [Thu, 22 Jan 2015 12:47:47 +0000] rev 15
Enabled by default the whitening when using FSK modem.; Added an invalid bandwidth to the Bandwidths table in order to avoid an error when selecting 250 kHz bandwidth when using FSK modem.