Home
last modified time | relevance | path

Searched refs:NRF24L01 (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx37 NRF24L01::NRF24L01 (uint8_t cs, uint8_t ce) in NRF24L01() function in NRF24L01
44 NRF24L01::init (uint8_t chip_select, uint8_t chip_enable) { in init()
66 NRF24L01::configure () { in configure()
82 NRF24L01::send (uint8_t * value) { in send()
111 NRF24L01::send () { in send()
116 NRF24L01::setSourceAddress (uint8_t * addr) { in setSourceAddress()
123 NRF24L01::setDestinationAddress (uint8_t * addr) { in setDestinationAddress()
128 NRF24L01::setBroadcastAddress (uint8_t * addr) { in setBroadcastAddress()
133 NRF24L01::setPayload (uint8_t payload) { in setPayload()
139 NRF24L01::setDataReceivedHandler (Callback *call_obj) in setDataReceivedHandler()
[all …]
Dnrf24l01.h188 class NRF24L01 {
195 NRF24L01 (uint8_t cs, uint8_t ce);
/hardware/bsp/intel/peripheral/libupm/examples/java/
DNRF24L01_receiverSample.java45 upm_nrf24l01.NRF24L01 comm = new upm_nrf24l01.NRF24L01((short) 7, (short) 8); in main()
67 private upm_nrf24l01.NRF24L01 comm = null;
69 public ReceiverCallback(upm_nrf24l01.NRF24L01 comm) { in ReceiverCallback()
DNRF24L01_transmitterSample.java46 upm_nrf24l01.NRF24L01 comm = new upm_nrf24l01.NRF24L01((short) 7, (short) 8); in main()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf24l01-receiver.cxx32 upm::NRF24L01 *comm = NULL;
56 comm = new upm::NRF24L01(7, 8); in main()
Dnrf24l01-transmitter.cxx32 upm::NRF24L01 *comm = NULL;
55 comm = new upm::NRF24L01(7, 8); in main()
Dnrf24l01-broadcast.cxx34 upm::NRF24L01 *sensor = NULL;
54 sensor = new upm::NRF24L01(7, 8); in main()
/hardware/bsp/intel/peripheral/libupm/docs/
Dknownlimitations.md50 * **NRF24L01** corrupted data packets are sent to the device due to the Intel