Click or drag to resize

Board Class

Encapsulates the Mikroelektronika ADAC Click Board. MIKROE-2690.
Inheritance Hierarchy
SystemObject
  IO.Devices.ClickBoards.SimpleIO.ADACBoard

Namespace: IO.Devices.ClickBoards.SimpleIO.ADAC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Board

The Board type exposes the following members.

Constructors
 NameDescription
Public methodBoard Constructor for a single ADAC click.
Top
Properties
 NameDescription
Public propertydevice Returns the underlying AD5593R device object.
Top
Methods
 NameDescription
Public methodADC Factory function for creating ADC inputs.
Public methodDAC Factory function for creating DAC outputs.
Public methodGPIO Factory function for creating GPIO pins.
Public methodReset Issue hardware reset to the AD5593R.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultAddress Default I2C slave address.
Top
See Also