Skip to content

Commit 7e7d9a6

Browse files
Improve documentation a bit
1 parent 66bf1ad commit 7e7d9a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/hosted.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
//! This dynamically allocates an output buffer and writes out the data in a single call
1+
//! # Use ws2812 leds via spi on linux hosts
22
//!
3-
//! Much better suited for linux or similar environments
3+
//! This dynamically allocates an output buffer and writes out the data in a single call.
4+
//! Much better suited for linux or similar environments, but may not always work
5+
//!
6+
//! Intendded for use with rppal or linux-embedded-hal
47
58
use embedded_hal as hal;
69

0 commit comments

Comments
 (0)