summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/pca9685/CMakeLists.txt
blob: 621148f2c9f4e3e28b53711e61c390375493c3b0 (plain)
1
2
3
4
5
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()