2016-09-13 16:32:04 -07:00
|
|
|
set (libname "groveemg")
|
2016-12-15 15:15:21 -08:00
|
|
|
set (libdescription "Electromyography (EMG) Sensor")
|
2016-09-13 16:32:04 -07:00
|
|
|
set (module_src ${libname}.cxx)
|
|
|
|
set (module_hpp ${libname}.hpp)
|
2017-02-06 16:15:58 -08:00
|
|
|
upm_module_init(mraa)
|