Skip to content
forked from ceva-dsp/sh2

SH2 interface library for Hillcrest Laboratories, Inc BNO08x and FSP200 products.

Notifications You must be signed in to change notification settings

kgetech/sh2-esp32

 
 

Repository files navigation

SH2 Sensorhub driver for MCU application

The files in this repository provide application-level SH2 sensor hub functionality.

To use this code, an application developer will need to:

  • Incorporate this code into a project.
  • Provide platform-level functions, as specified in sh2_hal.h
  • Develop application logic to call the functions in sh2.h

An example project based on this driver can be found here:

Release Notes

Version 1.4.0

  • Added reset-recovery to all API operations. In the event of a device reset, SH2 API calls will return SH2_ERR. (For operations that are intended to produce a device reset, that event is handled without error.)
  • Added checks to all API calls to ensure sh2_open() was called prior.
  • New parameters added to sh2_setTareNow()
  • Added Euler decomposition functions to convert quaternions to yaw, pitch, roll.
  • Updated sh2_getProductIds to read all ids for FSP201.

About

SH2 interface library for Hillcrest Laboratories, Inc BNO08x and FSP200 products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%