Skip to content

Commit b264bbd

Browse files
authored
Fix build badge
Not sure why this no longer works, but changing it to use the filename instead of the action name seems to fix it.
1 parent f57a625 commit b264bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Servo Input Library
2-
[![arduino-library-badge](https://www.ardu-badge.com/badge/ServoInput.svg?)](https://www.ardu-badge.com/ServoInput) [![Build Status](https://github.com/dmadison/ServoInput/workflows/build/badge.svg?branch=master)](https://github.com/dmadison/ServoInput/actions?query=workflow%3Abuild)
2+
[![arduino-library-badge](https://www.ardu-badge.com/badge/ServoInput.svg?)](https://www.ardu-badge.com/ServoInput) [![Build Status](https://github.com/dmadison/ServoInput/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dmadison/ServoInput/actions?query=workflow%3Abuild)
33

44
This is an Arduino library that allows you to read the position of servo motors via their signal wire without delay. You can use this library to read RC receiver channels, find the motor positions of robotics, or debug other servo motor projects.
55

0 commit comments

Comments
 (0)