File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
28
- Feature: Exposed all remaining peripherals for both boards.
29
29
- Update HAL crates to 0.17.1.
30
30
- Update to ` embedded-hal ` 1.0.
31
- - Update magnetometer example to use ` lsm303agr ` 0.3 .
31
+ - Update magnetometer example to use ` lsm303agr ` 1.0 .
32
32
- Update debug tooling from probe-run to probe-rs
33
33
34
34
## [ 0.13.0] - 2022-05-24
Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ embedded-hal = "1.0.0"
10
10
panic-halt = " 0.2.0"
11
11
defmt-rtt = " 0.4.0"
12
12
defmt = " 0.3.6"
13
- lsm303agr = " 0.3 .0"
13
+ lsm303agr = " 1.0 .0"
14
14
15
15
[dependencies .microbit ]
16
16
path = " ../../microbit"
17
17
optional = true
18
- features = [" embedded-hal-02" ]
19
18
20
19
[dependencies .microbit-v2 ]
21
20
path = " ../../microbit-v2"
22
21
optional = true
23
- features = [" embedded-hal-02" ]
24
22
25
23
[features ]
26
24
v1 = [" microbit" ]
You can’t perform that action at this time.
0 commit comments