Docs.rs
onebitsy-0.2.0
onebitsy 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dgoodlad
Dependencies
cortex-m ^0.6.2
normal
cortex-m-rt ^0.6.12
normal
embedded-hal ^0.2.3
normal
stm32f4xx-hal ^0.8
normal
panic-halt ^0.2.0
dev
Versions
2.99%
of the crate is documented
Platform
thumbv7em-none-eabihf
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
BUTTON
onebitsy
0.2.0
BUTTON
Aliased Type
Trait Implementations
Button
In onebitsy::
button
onebitsy
::
button
Type Alias
BUTTON
Copy item path
Source
pub type BUTTON =
PC1
<
Input
<
Floating
>>;
Aliased Type
§
pub struct BUTTON {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Button
for
BUTTON
Source
§
fn
is_pressed
(&self) ->
bool