mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 01:39:59 +03:00

The purpose of the templatesensor is to get contributors up and running faster when adding a new sensor. * Created library named 'sensortemplate' * Added C++ source * Added swig interface files for java, javascript, and python * Added sensortemplate image file * Added examples for c++, java, javascript, and python * Updated contributions.md with steps to create a new sensor from the sensortemplate library. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
206 B
CMake
6 lines
206 B
CMake
upm_mixed_module_init (NAME sensortemplate
|
|
DESCRIPTION "Short, Title-Case Description from the SensorTemplate Datasheet"
|
|
CPP_HDR sensortemplate.hpp
|
|
CPP_SRC sensortemplate.cxx
|
|
REQUIRES mraa)
|