3dpaxxel
0.1.10

Introduction

  • Introduction
  • Prerequisites
  • Workflow
  • Connecting Modules
  • References
  • Wireshark Dissector for 3DP Axxel

Contents

  • Library API

Links

  • GitHub
3dpaxxel
  • File adxl345.h

File adxl345.h

↰ Parent directory (/home/runner/work/controller/controller/lib/adxl345/src)

Contents

  • Definition (/home/runner/work/controller/controller/lib/adxl345/src/adxl345.h)

  • Detailed Description

  • Includes

  • Included By

  • Classes

  • Functions

  • Defines

Definition (/home/runner/work/controller/controller/lib/adxl345/src/adxl345.h)

  • Program Listing for File adxl345.h

Detailed Description

Implementation for manipulating the ADXL345 accelerometer sensor.

API for manipulating the ADXL345 accelerometer sensor.

Includes

  • assert.h

  • inttypes.h

Included By

  • File adxl345.c

  • File controller.h

  • File sampling_types.h

  • File controller_impl.c

Classes

  • Struct Adxl345_Handle

Functions

  • Function Adxl345_getAcceleration(struct Adxl345_Handle *, struct Adxl345Transport_Acceleration *)

  • Function Adxl345_getOutputDataRate(struct Adxl345_Handle *, enum Adxl345Flags_BwRate_Rate *)

  • Function Adxl345_getRange(struct Adxl345_Handle *, enum Adxl345Flags_DataFormat_Range *)

  • Function Adxl345_getScale(struct Adxl345_Handle *, enum Adxl345Flags_DataFormat_FullResBit *)

  • Function Adxl345_init(struct Adxl345_Handle *)

  • Function Adxl345_setOutputDataRate(struct Adxl345_Handle *, uint8_t)

  • Function Adxl345_setPowerCtlMeasure(struct Adxl345_Handle *)

  • Function Adxl345_setPowerCtlStandby(struct Adxl345_Handle *)

  • Function Adxl345_setRange(struct Adxl345_Handle *, uint8_t)

  • Function Adxl345_setScale(struct Adxl345_Handle *, uint8_t)

Defines

  • Define ADXL345_FIFO_ENTRIES

  • Define ADXL345_WATERMARK_LEVEL


© Copyright 2023 Raoul Rubien. Last updated on 04 Feb 2024.