Skip to content

Commit d7e370c

Browse files
committed
Add repository badges and CI checks
1 parent 4fd19e7 commit d7e370c

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
[![Arduino CI](https://github.com/ripred/Smooth/actions/workflows/arduino_test_runner.yml/badge.svg)](https://github.com/ripred/Smooth/actions/workflows/arduino_test_runner.yml)
2-
[![Arduino-lint](https://github.com/ripred/Smooth/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/ripred/Smooth/actions/workflows/arduino-lint.yml)
3-
[![JSON check](https://github.com/ripred/Smooth/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/ripred/Smooth/actions/workflows/jsoncheck.yml)
4-
[![GitHub release](https://flat.badgen.net/github/release/ripred/Smooth)](https://github.com/ripred/Smooth/releases/latest)
5-
[![License: MIT](https://flat.badgen.net/github/license/ripred/Smooth)](https://github.com/ripred/Smooth/blob/main/LICENSE)
6-
7-
[![Stars](https://flat.badgen.net/github/stars/ripred/Smooth)](https://github.com/ripred/Smooth/stargazers)
8-
[![Forks](https://flat.badgen.net/github/forks/ripred/Smooth)](https://github.com/ripred/Smooth/network/members)
9-
10-
11-
[![Arduino Library Manager](https://www.ardu-badge.com/badge/Smooth.svg)](https://www.ardu-badge.com/Smooth)
12-
131
# Smooth Arduino Library
142

3+
[![Arduino CI](https://img.shields.io/static/v1?style=flat&label=Arduino+CI&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/Smooth/actions/workflows/arduino_test_runner.yml)
4+
[![Arduino-lint](https://img.shields.io/static/v1?style=flat&label=Arduino-lint&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/Smooth/actions/workflows/arduino-lint.yml)
5+
[![JSON check](https://img.shields.io/static/v1?style=flat&label=JSON+check&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/Smooth/actions/workflows/jsoncheck.yml)
6+
[![Arduino Library Manager](https://img.shields.io/static/v1?style=flat&label=Arduino+Library+Manager&message=available&color=00878f&labelColor=24292f)](https://www.ardu-badge.com/Smooth)
7+
[![Release](https://img.shields.io/static/v1?style=flat&label=Release&message=Smooth_v1.9&color=8250df&labelColor=24292f)](https://github.com/ripred/Smooth/releases/latest)
8+
[![License](https://img.shields.io/static/v1?style=flat&label=License&message=MIT&color=0969da&labelColor=24292f)](https://github.com/ripred/Smooth/blob/main/LICENSE)
9+
[![Stars](https://img.shields.io/static/v1?style=flat&label=Stars&message=63&color=bf8700&labelColor=24292f)](https://github.com/ripred/Smooth/stargazers)
10+
[![Forks](https://img.shields.io/static/v1?style=flat&label=Forks&message=3&color=6f42c1&labelColor=24292f)](https://github.com/ripred/Smooth/network/members)
11+
1512
Keep smooth running averages without using arrays! No arrays. No Looping. Fast and Constant Time regardless of the sample window size!
1613

1714
The sample size is adjustable at runtime. The average is available and accurate even before N samples have been received.

0 commit comments

Comments
 (0)