File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 5
5
sentence =Helpers for MadgwickAHRS algorithm
6
6
paragraph =This library wraps the official implementation of MadgwickAHRS algorithm to get orientation of an object based on accelerometer and gyroscope readings
7
7
category =Data Processing
8
- url =http ://arduino.cc/en/Reference/XXXXXX
8
+ url =https ://github.com/arduino-libraries/MadgwickAHRS
9
9
architectures =*
Original file line number Diff line number Diff line change 3
3
// =====================================================================================================
4
4
//
5
5
// 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."
7
11
//
8
12
// Date Author Notes
9
13
// 29/09/2011 SOH Madgwick Initial release
Original file line number Diff line number Diff line change 3
3
// =====================================================================================================
4
4
//
5
5
// 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."
7
11
//
8
12
// Date Author Notes
9
13
// 29/09/2011 SOH Madgwick Initial release
You can’t perform that action at this time.
0 commit comments