logo
RF24 C++ library
Modules
Initializing search
    RF24
    • API Reference
    • Related Pages
    • Modules
    • Examples
    RF24
      • RF24 class
      • Enumerations
      • nRF24L01.h
      • RF24_config.h
      • Deprecated API
    • Related Pages
      • Common Issues
      • Contributing
      • Arduino
      • ATTiny
      • ATXMEGA
      • Linux cross-compilation
      • Linux Installation
      • MRAA
      • Raspberry Pi Pico SDK
      • RF24 portability
      • Python wrapper
      • Linux General/Raspberry Pi
      • Using CMake
    • Modules
      • Porting: Timing
      • Porting: GPIO
      • Porting: Includes
      • Porting: General
      • Porting: SPI
    • Modules
      • Porting: Timing
      • Porting: GPIO
      • Porting: Includes
      • Porting: General
      • Porting: SPI
    • Examples
      • Arduino Examples
        • GettingStarted.ino
        • AcknowledgementPayloads.ino
        • ManualAcknowledgements.ino
        • StreamingData.ino
        • MulticeiverDemo.ino
        • Scanner.ino
        • InterruptConfigure.ino
      • Linux Examples
        • GettingStarted.cpp
        • AcknowledgementPayloads.cpp
        • ManualAcknowledgements.cpp
        • StreamingData.cpp
        • MulticeiverDemo.cpp
        • Scanner.cpp
        • InterruptConfigure.cpp
      • PicoSDK Examples
        • PicoSDK Examples’ Default Pins
        • gettingStarted
        • acknowledgementPayloads
        • manualAcknowledgements
        • streamingData
        • multiceiverDemo
        • scanner
        • interruptConfigure
      • Python Examples
        • getting_started.py
        • acknowledgement_payloads.py
        • manual_acknowledgements.py
        • streaming_data.py
        • multiceiver_demo.py
        • interrupt_configure.py

    Modules¶

    • Porting: Timing
      • __msleep
      • __usleep
      • __start_timer
      • __millis
      • compatibility.h
    • Porting: GPIO
      • DIRECTION_IN
      • OUTPUT_HIGH
      • OUTPUT_LOW
      • GPIO
      • open
      • close
      • read
      • write
      • gpio.h
    • Porting: Includes
      • RF24_BBB
      • includes.h
    • Porting: General
      • prog_uint16_t
      • RF24_LINUX
      • _BV
      • _SPI
      • IF_SERIAL_DEBUG
      • PSTR
      • printf_P
      • strlen_P
      • PROGMEM
      • pgm_read_word
      • PRIPSTR
      • pgm_read_byte
      • LOW
      • HIGH
      • INPUT
      • OUTPUT
      • digitalWrite
      • pinMode
      • delay
      • delayMicroseconds
      • millis
      • RF24_arch_config.h
    • Porting: SPI
      • begin
      • transfer
      • transfernb
      • transfern
      • spi.h
    Back to top
    Previous Using CMake
    Next Porting: Timing
    © Copyright 2021, nRF24 org.
    Created using Sphinx 5.1.1. and Sphinx-Immaterial