

StartConstCarrier ( rf24_pa_dbm_e level, uint8_t channel) MaskIRQ (bool tx_ok, bool tx_fail, bool rx_ready) SetPALevel (uint8_t level, bool lnaEnable=1) SetRetries (uint8_t delay, uint8_t count) Calling begin() sets up a reasonable set of defaults. Methods you can use to get or set the configuration of the chip. StartWrite (const void *buf, uint8_t len, const bool multicast) StartFastWrite (const void *buf, uint8_t len, const bool multicast, bool startTx=1) WhatHappened (bool &tx_ok, bool &tx_fail, bool &rx_ready) WriteAckPayload (uint8_t pipe, const void *buf, uint8_t len)

TxStandBy (uint32_t timeout, bool startTx=0) WriteBlocking (const void *buf, uint8_t len, uint32_t timeout) WriteFast (const void *buf, uint8_t len, const bool multicast) Write (const void *buf, uint8_t len, const bool multicast) Methods you can use to drive the chip in more advanced ways

Read_register (uint8_t reg, uint8_t *buf, uint8_t len) OpenReadingPipe (uint8_t number, uint64_t address) Methods provided for backwards compabibility.
