common: add C++ init() call and explain reason to call again
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -46,7 +46,9 @@ typedef unsigned int mraa_boolean_t;
|
||||
/**
|
||||
* Initialise MRAA
|
||||
*
|
||||
* Detects running platform and attempts to use included pinmap
|
||||
* Detects running platform and attempts to use included pinmap, this is run on
|
||||
* module/library init/load but is handy to rerun to check board initialised
|
||||
* correctly. Anything but MRAA_SUCCESS should be considered a critical failure
|
||||
*
|
||||
* @return Result of operation
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user