HomeSort by relevance Sort by last modified time
    Searched defs:NRF24L01 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx 32 #include "nrf24l01.h"
37 NRF24L01::NRF24L01 (uint8_t cs, uint8_t ce)
44 NRF24L01::init (uint8_t chip_select, uint8_t chip_enable) {
66 NRF24L01::configure () {
82 NRF24L01::send (uint8_t * value) {
111 NRF24L01::send () {
116 NRF24L01::setSourceAddress (uint8_t * addr) {
123 NRF24L01::setDestinationAddress (uint8_t * addr) {
128 NRF24L01::setBroadcastAddress (uint8_t * addr)
    [all...]
nrf24l01.h 165 * @brief NRF24L01 Transceiver library
166 * @defgroup nrf24l01 libupm-nrf24l01
170 * @library nrf24l01
171 * @sensor nrf24l01
172 * @comname NRF24L01 Transceiver
179 * @brief API for the NRF24L01 Transceiver Module
181 * This module defines the NRF24L01 interface for libnrf24l01
183 * @image html nrf24l01.jpg
184 * @snippet nrf24l01-receiver.cxx Interestin
    [all...]

Completed in 71 milliseconds