PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
638B

  1. name=NXPMotionSense
  2. version=1.0
  3. author=Paul Stoffregen
  4. maintainer=Paul Stoffregen
  5. sentence=Motion sensing with NXP FXOS8700 Accelerometer & Magnetometer and NXP FXAS21002 Gyroscope.
  6. paragraph=Provides access 9DOF motion sensing, with calibration to correct for presence of fixed magnetic fields and "soft iron" distortion. NXP's advanced sensor fusion algorithm can be used on faster boards (Teensy 3.2, Arduino Due, etc) or the simpler Madgwick & Manony filters can be used, for combining the sensor data into reliable absolute orientation readings.
  7. category=Sensors
  8. url=https://github.com/PaulStoffregen/NXPMotionSense
  9. architectures=*