getBit method

int getBit(
  1. MraaAioContext dev
)

Set bit - mraa_aio_get_bit

Gets the bit value mraa is shifting the analogue read to.

Implementation

int getBit(MraaAioContext dev) => _impl.mraa_aio_get_bit(dev);