Skip to main content

Class Adxl362.Commands

Command byte (first byte in any communication).

Assembly: Adxl3xx.dll
View Source
Declaration
protected static class Adxl362.Commands

Fields

WRITE_REGISTER

Write to one or more registers.

View Source
Declaration
public const byte WRITE_REGISTER = 10

READ_REGISTER

Read the contents of one or more registers.

View Source
Declaration
public const byte READ_REGISTER = 11

READ_FIFO

Read the FIFO buffer.

View Source
Declaration
public const byte READ_FIFO = 13