Home
last modified time | relevance | path

Searched defs:outputStr (Results 1 – 18 of 18) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dnunchuck.py59 outputStr = "stickX: {0}, stickY: {1}".format( variable
62 outputStr = "accelX: {0}, accelY: {1}, accelZ: {2}".format( variable
66 outputStr = "button C: {0}".format( variable
69 outputStr = "button Z: {0}".format( variable
Dlsm303.py58 outputStr = "coor: rX {0} - rY {1} - rZ {2}".format( variable
63 outputStr = "coor: gX {0} - gY {1} - gZ {2}".format( variable
77 outputStr = "acc: rX {0} - rY {1} - Z {2}".format( variable
81 outputStr = "acc: gX {0} - gY {1} - gZ {2}".format( variable
Dadxl335.py63 outputStr = "Raw Values: X: {0} Y: {1} Z: {2}".format( variable
69 outputStr = ("Acceleration: X: {0}g\n" variable
Dmma7660.py67 outputStr = ("Raw values: x = {0}" variable
75 outputStr = ("Acceleration: x = {0}" variable
Dh3lis331dl.py62 outputStr = ("Raw: X = {0}" variable
70 outputStr = ("Acceleration: AX = {0}" variable
Dhmtrp.py98 outputStr = ("freq: {0} dataRate: {1} " variable
104 outputStr = "modulation: %d Khz txPower: %d uartBaud: %d" % ( variable
Dbmpx8x.py49 outputStr = ("pressure value = {0}" variable
Dotp538u.py52 outputStr = ("Ambient temp: {0}" variable
Dmhz16.py66 outputStr = ("CO2 concentration: {0} PPM, " variable
Denc03r.py59 outputStr = ("Raw value: {0}, " variable
Dta12200.py52 outputStr = "Max ADC Value: %s, current: %smA" % (maxVal, current) variable
Dgroveehr.py65 outputStr = "Millis: {0} Beats: {1} Heart Rate: {2}".format( variable
Dgrovewfs.py61 outputStr = "Millis: {0} Flow Count: {1} Flow Rate: {2} LPM".format( variable
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dlsm303.js32 var successFail, coords, outputStr, accel; variable
Dh3lis331dl.js48 var outputStr; variable
Dmma7660.js54 var outputStr; variable
Dadxl335.js59 var outputStr; variable
Dhmtrp.js92 var outputStr = "freq: " + freq.getitem(0) + variable