File tree 2 files changed +18
-10
lines changed
2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
### Added
10
+
10
11
* Add a ` current_standby() ` method to check if the driver is currently in standby mode.
11
12
12
13
### Changed
@@ -15,9 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
initialisation to the documented defaults.
16
17
* ` Motor::new() ` and ` Driver::new() ` methods now also return errors if they fail
17
18
to set their outputs upon initialisation.
18
- * Breaking: update to ` embedded-hal ` 1.0
19
- * Renamed error types to their struct names
20
- * Renamed ` DriveCommand::Backwards ` to ` DriveCommand::Backward ` to match
19
+ * ** Breaking** : update to ` embedded-hal ` 1.0
20
+ * ** Breaking ** : Renamed error types to their struct names
21
+ * ** Breaking ** : Renamed ` DriveCommand::Backwards ` to ` DriveCommand::Backward ` to match
21
22
` DriveCommand::Forward `
22
23
23
24
### Removed
Original file line number Diff line number Diff line change @@ -29,12 +29,19 @@ A simple example for the STM32F4 microcontrollers is [available](examples/stm32f
29
29
## Changelog
30
30
For the changelog please see the dedicated [ CHANGELOG.md] ( CHANGELOG.md ) .
31
31
32
- ## Roadmap to v1.0.0
33
- This crate is already stable, however it's based on a release candidate version of [ ` embedded-hal ` ] ( https://github.com/rust-embedded/embedded-hal/ ) ,
34
- making the API unstable (the change from 1.0.0-rc.1 to 1.0.0 of e-h will be breaking from a dependency management point of view).
35
-
36
- See [ the tracking issue] ( https://github.com/rust-embedded-community/tb6612fng-rs/issues/4 ) for the roadmap to v1.0.0.
37
-
38
32
## Minimum Supported Rust Version (MSRV)
39
- This crate is guaranteed to compile on stable Rust 1.62 and up. It * might*
33
+ This crate is guaranteed to compile on stable Rust 1.63 and up. It * might*
40
34
compile with older versions but that may change in any new patch release.
35
+
36
+ ## License
37
+ Licensed under either of
38
+
39
+ * Apache License, Version 2.0 ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http://www.apache.org/licenses/LICENSE-2.0 )
40
+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http://opensource.org/licenses/MIT )
41
+
42
+ at your option.
43
+
44
+ ## Contribution
45
+ Unless you explicitly state otherwise, any contribution intentionally submitted
46
+ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
47
+ dual licensed as above, without any additional terms or conditions.
You can’t perform that action at this time.
0 commit comments