aioCount method

int aioCount()

AIO count - mraa_get_gpio_count

Get the number of usable analogue pins, the board must be initialised. Returns Mraa.generalError on failure.

Implementation

int aioCount() => _impl.mraa_get_aio_count();