diff options
author | David Madison <dmadison@users.noreply.github.com> | 2021-01-18 19:42:08 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2021-01-18 19:42:08 -0500 |
commit | 33e256604c24e7e868c5c60abf2c0122ba708f1a (patch) | |
tree | 64333b575ced5698c68a0305a0f7058c4b6ce15a | |
parent | c08c33a728d2c302665114560ccd378e567bccd1 (diff) |
Add GitHub Actions build status badge to README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# XInput USB Core for Arduino AVR +# XInput USB Core for Arduino AVR [![Build Status](https://github.com/dmadison/ArduinoXInput_AVR/workflows/build/badge.svg?branch=master)](https://github.com/dmadison/ArduinoXInput_AVR/actions?query=workflow%3Abuild) The files in this repository allow you to emulate an Xbox gamepad (XInput) using a USB-capable Arduino microcontroller. Originally forked from [the official Arduino AVR core](https://github.com/arduino/ArduinoCore-avr). |