Skip to content

Commit cf32899

Browse files
committed
renamed to Arduino_NineAxesMotion
1 parent ac87668 commit cf32899

9 files changed

+7
-7
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (C) 2011 - 2014 Bosch Sensortec GmbH
22

3-
NAxisMotion Library
3+
Arduino_NAxisMotion Library
44
Date: 2014/09/12
55
Usage:Library and example code for the BNO055
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Spell Check status](https://github.com/arduino-libraries/NineAxesMotion/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/NineAxesMotion/actions/workflows/spell-check.yml)
88

99
-----------
10-
The NineAxesMotion.cpp and NineAxesMotion.h files are C++ wrapper codes for the
10+
The Arduino_NineAxesMotion.cpp and Arduino_NineAxesMotion.h files are C++ wrapper codes for the
1111
BNO055.c and BNO055.h Sensor API. The wrapper code has been designed to
1212
abstract the Sensor API and also to give an idea on how to use the
1313
advanced features in the Sensor API. Apart from that it acts a bridge

examples/Accelerometer/Accelerometer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* patent rights of the copyright holder.
4545
*/
4646

47-
#include "NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
47+
#include "Arduino_NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
4848
#include <Wire.h>
4949

5050
NineAxesMotion mySensor; //Object that for the sensor

examples/BareMinimum/BareMinimum.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* patent rights of the copyright holder.
4545
*/
4646

47-
#include "NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
47+
#include "Arduino_NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
4848
#include <Wire.h>
4949

5050
NineAxesMotion mySensor; //Object that for the sensor

examples/Euler/Euler.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* patent rights of the copyright holder.
4545
*/
4646

47-
#include "NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
47+
#include "Arduino_NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
4848
#include <Wire.h>
4949

5050
NineAxesMotion mySensor; //Object that for the sensor

examples/Motion/Motion.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
patent rights of the copyright holder.
4646
*/
4747

48-
#include "NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
48+
#include "Arduino_NineAxesMotion.h" //Contains the bridge code between the API and the Arduino Environment
4949
#include <Wire.h>
5050

5151
NineAxesMotion mySensor; //Object that for the sensor

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=NineAxesMotion
1+
name=Arduino_NineAxesMotion
22
version=1.1.1
33
author=Bosch Sensortec GmbH
44
maintainer=Arduino <[email protected]>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)