Skip to content

v1.3.7

Compare
Choose a tag to compare
@TMRh20 TMRh20 released this 01 Aug 09:08
· 206 commits to master since this release
4c6c106
  • Very important bug fix for startWrite() function. Affected entire RF24 communication stack in a
    number of ways.
  • Unify Arduino and Linux constructor to both accept SPI Speed in Hz as optional note: Only works
    with Arduino devices that support SPI Transactions, otherwise a set clock divider is used
  • The old way of setting SPI speeds using BCM2835 driver enums has been removed
  • printDetails() function: Removed BCM2835 constants, display CE,CSN & SPI Speed on all Linux devices
    and SPI Speed on Arduino devices
  • Cleanup Linux examples to reflect removal of BCM2835 SPI Speed constants from BCM driver and RF24
  • Update to latest BCM2835 driver, separate millis() from BCM driver for easier future updates
  • Fix bug with RPi millis() code
  • Added Constant Carrier Wave support. startConstCarrier & stopConstCarrier functions and added new
    functionality to scanner example
  • Modify setPALevel() function to allow setting of LNA gain via optional parameter
  • Remove ancient files from RF24 examples
  • Cleanup of warnings & errors