platformType method

MraaPlatformType platformType()

Platform type - mraa_get_platform_type

Get the platform type, the board must be initialised.

Implementation

MraaPlatformType platformType() =>
    MraaPlatformType.platformTypes(_impl.mraa_get_platform_type());