Skip to content

Commit

Permalink
docs for button.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Butler <[email protected]>
  • Loading branch information
fouge and TheButlah authored Aug 2, 2024
1 parent e48994c commit 58d3d45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions orb-ui/cone/src/button.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//! Controls the button of the cone.
//!
//! For more information about libftd2xx, see the [programmers guide][guide].
//!
//! [guide]: https://ftdichip.com/wp-content/uploads/2023/09/D2XX_Programmers_Guide.pdf

use crate::{ConeEvents, Status};
use color_eyre::eyre;
use ftdi_embedded_hal::libftd2xx::{BitMode, Ft4232h, Ftdi, FtdiCommon};
Expand Down

0 comments on commit 58d3d45

Please sign in to comment.