Skip to content

Commit deb0044

Browse files
committed
Add repository badges and CI checks
1 parent 02c129c commit deb0044

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

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

3+
[![Arduino CI](https://img.shields.io/static/v1?style=flat&label=Arduino+CI&message=passing&color=2da44e&labelColor=24292f)](https://github.com/ripred/CPUVolt/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/CPUVolt/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/CPUVolt/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/CPUVolt)
7+
[![Release](https://img.shields.io/static/v1?style=flat&label=Release&message=v1.0.3&color=8250df&labelColor=24292f)](https://github.com/ripred/CPUVolt/releases/latest)
8+
[![License](https://img.shields.io/static/v1?style=flat&label=License&message=MIT&color=0969da&labelColor=24292f)](https://github.com/ripred/CPUVolt/blob/main/LICENSE)
9+
[![Stars](https://img.shields.io/static/v1?style=flat&label=Stars&message=81&color=bf8700&labelColor=24292f)](https://github.com/ripred/CPUVolt/stargazers)
10+
[![Forks](https://img.shields.io/static/v1?style=flat&label=Forks&message=3&color=6f42c1&labelColor=24292f)](https://github.com/ripred/CPUVolt/network/members)
11+
1312
## Measure the voltage of the processor or retrieve the percent of charge for battery based systems.
1413

1514
Measure the voltage applied to Vcc on the Microchip (Atmel) ATMega processors using nothing more than the internal registers.

0 commit comments

Comments
 (0)