Home
last modified time | relevance | path

Searched refs:setChannel (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf24l01-receiver.cxx62 comm->setChannel (99); in main()
Dnrf24l01-transmitter.cxx59 comm->setChannel (99); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DNRF24L01_transmitterSample.java53 comm.setChannel((short) 99); in main()
DNRF24L01_receiverSample.java54 comm.setChannel((short) 99); in main()
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.h322 void setChannel (uint8_t channel);
Dnrf24l01.cxx238 NRF24L01::setChannel (uint8_t channel) { in setChannel() function in NRF24L01