Home
last modified time | relevance | path

Searched refs:busID (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadc121c021.js31 var busID = I2C_ADC.ADC121C021_I2C_BUS; variable
33 var myI2C_ADC = new I2C_ADC.ADC121C021(busID, I2CAddr);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dadc121c021.py28 busID = upmAdc121c021.ADC121C021_I2C_BUS variable
31 myAnalogDigitalConv = upmAdc121c021.ADC121C021(busID, I2CAddr)