Skip to content

Commit

Permalink
crates.io and docs.rs shields
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby authored Sep 29, 2024
1 parent 2bef473 commit 8d78ce8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Crates.io](https://img.shields.io/crates/v/spatial_led.svg)](https://crates.io/crates/spatial_led)
[![Downloads](https://img.shields.io/crates/d/spatial_led.svg)](https://crates.io/crates/spatial_led)
[![Docs](https://docs.rs/spatial_led/badge.svg)](https://docs.rs/spatial_led/latest/spatial_led/)
[![Build and Run Tests](https://github.com/DavJCosby/sled/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/DavJCosby/sled/actions/workflows/rust.yml)

# Spatial LED (Sled)
Expand Down Expand Up @@ -378,4 +381,4 @@ loop {
}
```

If you don't need the Scheduler struct and would like to keep spin_sleep's dependencies out of your project, you can disable the `scheduler` compiler feature.
If you don't need the Scheduler struct and would like to keep spin_sleep's dependencies out of your project, you can disable the `scheduler` compiler feature.

0 comments on commit 8d78ce8

Please sign in to comment.