mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 03:41:13 +03:00
java: now using the C++ style types from mraa defined in types.hpp
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
ea1df1b178
commit
b8835958e2
@ -38,7 +38,7 @@ LCD::~LCD()
|
||||
{
|
||||
}
|
||||
|
||||
mraa_result_t
|
||||
mraa::Result
|
||||
LCD::write(int row, int column, std::string msg)
|
||||
{
|
||||
setCursor(row, column);
|
||||
|
Reference in New Issue
Block a user