1
Fork 0
Commit graph

145 commits

Author SHA1 Message Date
Julian Gaal
25a0b45b46
Update example with non owning delay [skip ci] 2020-09-24 15:24:06 +02:00
Julian Gaal
04057f3e2d
Merge pull request #10 from juliangaal/dependabot/cargo/libm-0.2.1
Update libm requirement from 0.1.3 to 0.2.1
2020-09-24 14:18:40 +02:00
Julian Gaal
cd726772d3
Merge pull request #15 from juliangaal/non-owning-delay
Non owning delay, see #7
2020-09-24 14:17:48 +02:00
Julian Gaal
f0fe23b1ab
Update comments to reflect changes to non owning delay 2020-09-24 14:15:07 +02:00
dependabot-preview[bot]
6e46ec1301
Update libm requirement from 0.1.3 to 0.2.1
Updates the requirements on [libm](https://github.com/rust-lang/libm) to permit the latest version.
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libm/compare/0.1.3...0.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 14:24:53 +00:00
Julian
96d02f99fc formatting 2019-12-29 20:25:24 +01:00
Julian
600d3e6b03 update linux example 2019-12-29 20:23:10 +01:00
Julian
8b9aee4b00 use delay only non-owning 2019-12-29 20:21:07 +01:00
Julian Gaal
39f441d4de
Merge pull request #6 from Moongoodboy/fix-example
Fix _unresolved type `Error`_ in example code
2019-07-04 08:33:27 +02:00
Moongoodboy
d70b54dab5 Fix _unresolved type Error_ in example code 2019-06-27 05:59:13 -07:00
juliangaal
6af9d887f4 Merge branch 'master' of github.com:juliangaal/mpu6050 2019-06-07 10:58:55 +02:00
juliangaal
33c1431a6e enable multiple rust versions in circleci 2019-06-07 10:57:51 +02:00
juliangaal
f2d2996c58 multiple jobs 2019-06-07 10:54:04 +02:00
juliangaal
5556a2910c disable 1_30_0 2019-06-07 10:52:04 +02:00
Julian Gaal
93d29d585b
typo [skip ci] 2019-06-07 10:48:35 +02:00
juliangaal
5f64d50653 test versions 1.30.0-latest 2019-06-07 10:47:57 +02:00
juliangaal
4f222773df status badge 2019-06-07 10:42:15 +02:00
juliangaal
09cea9483f fix circleci typo 2019-06-07 10:35:54 +02:00
juliangaal
303a6094dc new make targets: install, rustup_cross 2019-06-07 10:33:02 +02:00
juliangaal
2a64741b88 basic circeci config 2019-06-07 10:32:26 +02:00
juliangaal
69d0fd0d0e documentation tests - fixed 2019-06-07 10:06:17 +02:00
juliangaal
d5138caee3 clean up comments 2019-06-07 09:34:34 +02:00
juliangaal
63e3cc4980 merge with dev 2019-06-06 19:43:04 +02:00
juliangaal
dd1d0a176c bump version: nalgebra migration 2019-06-06 19:40:51 +02:00
juliangaal
e25c04d782 update linux example compilation instructions 2019-06-06 19:29:35 +02:00
juliangaal
b86b9d77c1 adjust to example restructuring 2019-06-06 19:29:17 +02:00
Julian Gaal
c4083ea87d remove i2cdev patch - fixed in i2cdev 4.1.2 with nix 0.14 2019-05-29 16:14:20 +02:00
Julian Gaal
f8b64f8fca delete .cargo 2019-05-23 08:53:52 +02:00
Julian Gaal
f42bd47882 rm ununsed imports 2019-05-23 08:52:56 +02:00
Julian Gaal
cefa081630 adapt Makefile to example structure 2019-05-23 08:42:42 +02:00
Julian Gaal
182e7b5eca apply nix patch 2019-05-23 08:40:59 +02:00
juliangaal
59f7834c61 use cargo examples structure 2019-05-21 09:30:18 +02:00
juliangaal
0656fe336b Merge branch 'dev' of github.com:juliangaal/mpu6050 into restructure-example 2019-05-21 09:23:00 +02:00
Julian Gaal
bd34447395
Merge pull request #3 from juliangaal/nalgebra
Nalgebra
2019-05-21 09:22:05 +02:00
juliangaal
55b07342a0 formatting 2019-05-21 09:19:06 +02:00
juliangaal
aadf2e6c53 bump libm version 2019-05-21 09:18:27 +02:00
Julian Gaal
ef3779db94
add crates.io badge 2019-05-21 08:57:45 +02:00
Julian Gaal
e8db6c2423
Update README.md 2019-05-20 17:52:29 +02:00
Julian Gaal
19daadb05c
Merge pull request #2 from juliangaal/nalgebra
Nalgebra integration
2019-05-20 17:51:16 +02:00
juliangaal
3708b3c35e build example in base cargo.toml with dev-dependencies 2019-05-20 16:20:34 +02:00
juliangaal
c1aa3c1f8b migrate to nalgebra 2019-05-20 16:00:24 +02:00
Julian Gaal
7ab5fc90f4 enable nalgebra with no_std support 2019-05-16 13:09:30 +02:00
Julian Gaal
61b8b62b50 documentation improvements 2019-05-08 19:02:51 +02:00
Julian Gaal
b9dbcf8896 remove unnecessary spaces 2019-05-08 19:02:28 +02:00
Julian Gaal
44a67e8fdd make registers dedicated enum 2019-05-08 18:50:47 +02:00
Julian Gaal
6faacd76ff
remove image 2019-05-01 09:31:49 +02:00
Julian Gaal
29efdc29d7
remove image 2019-05-01 09:30:56 +02:00
juliangaal
c85ae24e11 Makefile for easier testing 2019-04-29 09:14:55 +02:00
Julian Gaal
1ca32fedf3
Update README.md 2019-04-27 17:37:52 +02:00
Julian Gaal
d3e22fc933
Update docs link 2019-04-25 13:33:11 +02:00