# SensorHub Driver for MCU Applications The files in this repository provide application-level SH-2 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 More complete instruction can be found in the User's Guide: * [BNO080 driver User's Guide](UserGuide.pdf) An example project based on this driver can be found here: * [bno080-nucleo-demo](https://github.com/hcrest/bno080-nucleo-demo)