Class Adxl362.Commands
Command byte (first byte in any communication).
Assembly: Adxl3xx.dll
View Source
protected static class Adxl362.Commands
Fields
WRITE_REGISTER
Write to one or more registers.
View Source
public const byte WRITE_REGISTER = 10
READ_REGISTER
Read the contents of one or more registers.
View Source
public const byte READ_REGISTER = 11
READ_FIFO
Read the FIFO buffer.
View Source
public const byte READ_FIFO = 13