Skip to content

Provides access to basic functions of FXAS21002C sensor through CPP API for Teensy.

Notifications You must be signed in to change notification settings

rahulknns/FXAS21002C_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FXAS21002C_Basic

Provides access to basic functions of FXAS21002C sensor through CPP API for Any arduino based board.

Usage

  • create an object of FXAS with address and optionally TwoWire object. Default value is Wire.
  • Change ODR, FSR accordingly using the respective functions if needed. Default value is defined in Header file.
  • Pass float pointers to updateData function as input to get real time values read from the sensor. Call them everytime you need updated value of the sensor.

About

Provides access to basic functions of FXAS21002C sensor through CPP API for Teensy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published