├── .circleci └── config.yml ├── LICENSE ├── README.md ├── doc.go ├── madgwick.go └── madgwick_test.go /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aykevl/fusion/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aykevl/fusion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aykevl/fusion/HEAD/README.md -------------------------------------------------------------------------------- /doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aykevl/fusion/HEAD/doc.go -------------------------------------------------------------------------------- /madgwick.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aykevl/fusion/HEAD/madgwick.go -------------------------------------------------------------------------------- /madgwick_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aykevl/fusion/HEAD/madgwick_test.go --------------------------------------------------------------------------------