You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
//! This implements the [Adafruit Bluefruit LE Connect controller protocol](https://learn.adafruit.com/bluefruit-le-connect/controller)
2
2
//! which is e.g. used by the [Adafruit Bluefruit LE UART Friend](https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-uart-friend).
3
3
//!
4
-
//! The entry point to use this crate is the [`parse`] function.
4
+
//! The entry point to use this crate is the [`parse`] function. Note that this is a [sans I/O](https://sans-io.readthedocs.io/)
5
+
//! crate, i.e. you have to talk to the Adafruit device, the `parse` function just expects a byte sequence.
5
6
//!
6
7
//! ## Optional features
7
8
//! * `defmt`: you can enable the `defmt` feature to get a `defmt::Format` implementation for all structs & enums and a `defmt::debug!` call for each command being parsed.
0 commit comments