This was tested with the Grove Nunchuck adapter. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
6 lines
150 B
CMake
6 lines
150 B
CMake
set (libname "nunchuck")
|
|
set (libdescription "upm wii nunchuck module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|