- 24 Feb, 2020 1 commit
-
-
Viktor Sonesten authored
Default features of the crate is now "stable". panic-halt is used as the stable alternative.
-
- 13 Nov, 2019 1 commit
-
-
A Sundbom authored
-
- 11 Oct, 2019 2 commits
-
-
Nils Fitinghoff authored
-
Nils Fitinghoff authored
The pin traits now take the channel as a type argument instead of an associated type. This makes it possible for one type to be converted into different channels. The output Pin type is now completely decided by the implementing type. This allows `NoMatchPin` to work despite not having a pin number. All methods have been adjusted to take `&mut self` instead of `&self`, since they actually mutate the state of the timer (e.g. `reset_timer`). Examples have been updated to compile after the changes to constructors, mutability and type arguments.
-
- 20 Aug, 2019 1 commit
-
-
A Sundbom authored
-
- 04 Jul, 2019 1 commit
-
-
- 18 Jun, 2019 6 commits
-
-
A Sundbom authored
-
A Sundbom authored
-
A Sundbom authored
-
Nils Fitinghoff authored
-
A Sundbom authored
-
Nils Fitinghoff authored
-
- 04 Jun, 2019 1 commit
-
-
A Sundbom authored
-
- 03 Jun, 2019 3 commits
- 31 May, 2019 1 commit
-
-
A Sundbom authored
-