mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-15 16:55:13 +00:00
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
parent
5fc64c53a2
commit
b5c3480d25
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ impl Button {
|
||||||
self.inner.is_low() == Ok(true)
|
self.inner.is_low() == Ok(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 🔼 --- Exercise Button --- 🔼
|
// 🔼 --- Button Exercise --- 🔼
|
||||||
|
|
||||||
/// A timer for creating blocking delays
|
/// A timer for creating blocking delays
|
||||||
pub struct Timer {
|
pub struct Timer {
|
||||||
|
|
Loading…
Reference in a new issue