mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00

Updated the ZFM20 class to use UART functionality provided through the mraa::Uart class instead of using the UART directly. * Switch to mraa::Uart * Added raw uart string constructor, closes #621 * Updated examples * Added a common.i to minimize interface duplication * Removed pointers from C++ functions where references are preferable * Removed dependency on termios * Added typedefs to handle pass-by-reference * Removed flushes * Removed code after throws Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
169 B
CMake
6 lines
169 B
CMake
set (libname "zfm20")
|
|
set (libdescription "Fingerprint Sensor Module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa utilities-c)
|