We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bf1ad commit 7e7d9a6Copy full SHA for 7e7d9a6
src/hosted.rs
@@ -1,6 +1,9 @@
1
-//! This dynamically allocates an output buffer and writes out the data in a single call
+//! # Use ws2812 leds via spi on linux hosts
2
//!
3
-//! Much better suited for linux or similar environments
+//! 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
7
8
use embedded_hal as hal;
9
0 commit comments