grove: initial groveLED implementation and move to maa 0.2.2 api

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-06 14:27:16 +01:00
parent edf88ef6a7
commit 050d6553cd
12 changed files with 218 additions and 5 deletions

View File

@ -7,7 +7,7 @@ if (SWIG_FOUND)
endif ()
find_package (PkgConfig REQUIRED)
pkg_check_modules (MAA maa>=0.2.1)
pkg_check_modules (MAA maa>=0.2.2)
message (INFO " found libmaa version: ${MAA_VERSION}")
set (CMAKE_SWIG_FLAGS "")