HomeSort by relevance Sort by last modified time
    Searched refs:setDestinationAddress (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf24l01-receiver.cxx 58 comm->setDestinationAddress ((uint8_t *) broadcast_address);
nrf24l01-transmitter.cxx 57 comm->setDestinationAddress ((uint8_t *) destAddress);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
NRF24L01_receiverSample.java 50 comm.setDestinationAddress(broadcast_address);
NRF24L01_transmitterSample.java 51 comm.setDestinationAddress(destAddress);
  /hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.h 244 void setDestinationAddress (uint8_t * addr);
nrf24l01.cxx 123 NRF24L01::setDestinationAddress (uint8_t * addr) {

Completed in 233 milliseconds