aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2019-03-30 12:31:16 -0400
committerGitHub <noreply@github.com>2019-03-30 12:31:16 -0400
commit49cf89bf5a6237a68cdeff9e05963b45573fdb6e (patch)
treeffc98d28b40b655fc5aa4dd7806faa04a8c02eba /README.md
parent441d3d8c7035014354224d0de5552d1027b69bd9 (diff)
Travis CI (#5)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95775ef..11e5919 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# XInput USB Core for Arduino AVR
+[![Build Status](https://travis-ci.org/dmadison/ArduinoXInput_AVR.svg?branch=master)](https://travis-ci.org/dmadison/ArduinoXInput_AVR)
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).