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 +5,5 @@ maintainer=Arduino <info@arduino.cc>
55sentence =Helpers for MadgwickAHRS algorithm
66paragraph =This library wraps the official implementation of MadgwickAHRS algorithm to get orientation of an object based on accelerometer and gyroscope readings
77category =Data Processing
8- url =http ://arduino.cc/en/Reference/XXXXXX
8+ url =https ://github.com/arduino-libraries/MadgwickAHRS
99architectures =*
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments