Home
last modified time | relevance | path

Searched refs:PCA9685_DEFAULT_I2C_ADDR (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/pca9685/
Dpca9685.h31 #define PCA9685_DEFAULT_I2C_ADDR 0x60 macro
186 PCA9685(int bus, uint8_t address = PCA9685_DEFAULT_I2C_ADDR, bool raw = false);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dpca9685.cxx38 PCA9685_DEFAULT_I2C_ADDR); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dpca9685.js51 var I2CAddr = LEDController_lib.PCA9685_DEFAULT_I2C_ADDR;