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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
hmtrp.cxx 100 uint8_t txPower;
104 &txPower, &uartBaud))
110 cout << "modulation: " << int(modulation) << "Khz txPower: "
111 << int(txPower) << " uartBaud: " << uartBaud << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
HMTRPSample.java 80 short[] txPower = {0};
83 if (radio.getConfig(freq, dataRate, rxBandwidth, modulation, txPower, uartBaud)) {
87 System.out.println("modulation: " + modulation[0] + "Khz txPower: " + txPower[0]

Completed in 79 milliseconds