# bno080-driver **Repository Path**: delbertz/bno080-driver ## Basic Information - **Project Name**: bno080-driver - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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)