This library implements generic support for the pca9685 16 channel 12 bit PWM LED controller. This controller is used on some Adafruit motor shields. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
6 lines
171 B
CMake
6 lines
171 B
CMake
set (libname "pca9685")
|
|
set (libdescription "upm pca9685 I2C 16ch, 12b pwm, LED controller")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|