Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional layer with address filtering for EasyLink #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rei-vilo
Copy link
Member

@rei-vilo rei-vilo commented Nov 8, 2019

Two modes:

  • Basic usage mode: begin(), transmit() and receive()
  • Address filtering mode: getAddressLocal(), setAddressFilter(), setAddressDestinationTX()

Select mode in the related examples: sub1GHz_RX_Layer and sub1GHz_TX_Layer

///
/// @brief    Address filtering
/// @{
#define WITH_ADDRESS_FILTERING 1 ///< activated
#define WITHOUT_ADDRESS_FILTERING 0 ///< desacticated
#define ADDRESS_FILTERING WITH_ADDRESS_FILTERING ///< mode
/// @}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant