logo
RF24Network C++ library
Deprecated API
Initializing search
    RF24Network
    • API Reference
    • Related Pages
    • Modules
    • Examples
    RF24Network
      • ESBNetwork class
      • Network Payload Structures
      • RF24Network_config.h
      • Deprecated API
    • Related Pages
      • Contributing
      • Addressing Format: Understanding Addressing and Topology
      • Advanced Configuration
      • Performance and Data Loss: Tuning the Network
      • Comparison to ZigBee
      • Reserved System Message Types
    • Examples
      • Arduino Examples
        • helloworld_tx.ino
        • helloworld_rx.ino
        • helloworld_tx_advanced.ino
        • helloworld_rx_advanced.ino
        • Network_Ping.ino
        • Network_Ping_Sleep.ino
        • Network_Priority_TX.ino
        • Network_Priority_RX.ino
      • Linux Examples
        • helloworld_tx.cpp
        • helloworld_rx.cpp
      • PicoSDK Examples
        • helloworld_tx
        • helloworld_rx
        • PicoSDK Examples’ Default Pins
      • Python Examples
        • helloworld_tx.py
        • helloworld_rx.py

    Deprecated API¶

    Member ESBNetwork< radio_t >::begin  (uint8_t _channel, uint16_t _node_address)

    Use RF24::setChannel() to configure the radio channel. Use ESBNetwork::begin(uint16_t _node_address) to set the node address.

    Back to top
    Previous RF24Network_config.h
    Next Related Pages
    © Copyright 2021, nRF24.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial