Skip to content

Commit f0d7fa2

Browse files
committed
Added changelog
1 parent 36c51ba commit f0d7fa2

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Diff for: src/NineAxesMotion.cpp

+11-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,18 @@
1515
*
1616
* Modified by: Arduino.org development Team.
1717
*
18-
****************************************************************************
18+
********************************************************************************************************************************************************
19+
*
20+
* Fixed Wire Class,
21+
* Changed Motion.ino example to be connected allways with the pin D2 and
22+
* fixed the interrupt attach function
23+
*
24+
* Date: 04/26/2021
25+
*
26+
* Modified by: Pablo Marquínez @ content team arduino.cc ([email protected])
27+
*
1928
/***************************************************************************
29+
*
2030
* License:
2131
*
2232
* Redistribution and use in source and binary forms, with or without

Diff for: src/NineAxesMotion.h

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,17 @@
1616
* Modified by: Arduino.org development Team.
1717
*
1818
****************************************************************************
19+
*
20+
* Fixed Wire Class,
21+
* Changed Motion.ino example to be connected allways with the pin D2 and
22+
* fixed the interrupt attach function
23+
*
24+
* Date: 04/26/2021
25+
*
26+
* Modified by: Pablo Marquínez @ content team arduino.cc ([email protected])
27+
*
1928
/***************************************************************************
29+
*
2030
* License:
2131
*
2232
* Redistribution and use in source and binary forms, with or without
@@ -56,7 +66,6 @@
5666

5767

5868

59-
6069
extern "C" {
6170
#include <utility/BNO055.h>
6271
}

0 commit comments

Comments
 (0)