Skip to content

Commit 151a9b1

Browse files
Fix dead links & add open source license info
1 parent 7f4fc8c commit 151a9b1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

keywords.txt

100755100644
File mode changed.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <[email protected]>
55
sentence=Helpers for MadgwickAHRS algorithm
66
paragraph=This library wraps the official implementation of MadgwickAHRS algorithm to get orientation of an object based on accelerometer and gyroscope readings
77
category=Data Processing
8-
url=http://arduino.cc/en/Reference/XXXXXX
8+
url=https://github.com/arduino-libraries/MadgwickAHRS
99
architectures=*

src/MadgwickAHRS.cpp

100755100644
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
//=====================================================================================================
44
//
55
// Implementation of Madgwick's IMU and AHRS algorithms.
6-
// See: http://www.x-io.co.uk/node/8#open_source_ahrs_and_imu_algorithms
6+
// See: http://www.x-io.co.uk/open-source-imu-and-ahrs-algorithms/
7+
//
8+
// From the x-io website "Open-source resources available on this website are
9+
// provided under the GNU General Public Licence unless an alternative licence
10+
// is provided in source."
711
//
812
// Date Author Notes
913
// 29/09/2011 SOH Madgwick Initial release

src/MadgwickAHRS.h

100755100644
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
//=====================================================================================================
44
//
55
// Implementation of Madgwick's IMU and AHRS algorithms.
6-
// See: http://www.x-io.co.uk/node/8#open_source_ahrs_and_imu_algorithms
6+
// See: http://www.x-io.co.uk/open-source-imu-and-ahrs-algorithms/
7+
//
8+
// From the x-io website "Open-source resources available on this website are
9+
// provided under the GNU General Public Licence unless an alternative licence
10+
// is provided in source."
711
//
812
// Date Author Notes
913
// 29/09/2011 SOH Madgwick Initial release

0 commit comments

Comments
 (0)