MRAA C++ getPlatformType casts the return from mraa_get_platform_type() to a Platform enum (which did not exist in C++ for AT). Added enum type to types.hpp which corresponds to the C enum type. Signed-off-by: Noel Eck <noel.eck@intel.com>
MRAA C++ getPlatformType casts the return from mraa_get_platform_type() to a Platform enum (which did not exist in C++ for AT). Added enum type to types.hpp which corresponds to the C enum type. Signed-off-by: Noel Eck <noel.eck@intel.com>