Added travis-CI badge to readme.

This commit is contained in:
Alexander Pacha
2016-09-19 20:43:18 +02:00
parent 71a0eb7fb9
commit 1578862b03

View File

@@ -1,6 +1,7 @@
# Sensor fusion demo for Android
[![Build Status](https://www.bitrise.io/app/46b5cf7adea1286f.svg?token=MZUhPFZvIBiaTSEinY9zUQ&branch=master)](https://www.bitrise.io/app/46b5cf7adea1286f)
[![Build Status](https://travis-ci.org/apacha/sensor-fusion-demo.svg?branch=master)](https://travis-ci.org/apacha/sensor-fusion-demo)
This application demonstrates the capabilities of various sensors and sensor-fusions. Data from the Gyroscope, Accelerometer and compass are combined in different ways and the result is shown as a cube that can be rotated by rotating the device.