Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

LazieKat/ADXL357-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADXL357-Arduino

A library to operate the ADXL357 accelerometer on Arduino-compatible microcontrollers. This library is based on Seeed Technology Inc. ADXL357b library.

This version has the following changes:

  • Doxygen comments for readability with references to datasheet pages
  • Correct defines for all register addresses
  • Defines for power control options
  • Wire as a define to allow usage of Wire1 and Wire2
  • Force user to enter device address for Adxl357.begin() to ensure correct ASEL pin setting
  • A private calibration variable with a setter and scaled mearments get function
  • Remove redundant I2C read and write functions
  • Remove unnecessary enums
  • Remove duplicated XYZ read function and stick to FIFO reads only for accuracy
  • Minor refactoring

About

A library to operate the ADXL357 accelerometer on Arduino-compatible microcontrollers.

Topics

Resources

License

Stars

Watchers

Forks

Languages