Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 854 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 854 Bytes

Android Library for development with a 2-Axis Bend-Sensor

This project's purpose was to build an Android library for future work with a sepecific sensor. The used sensor is a 2-Axis Bend-Sensor from Bendlabs. With their permission i therefore offer a library for easier development with the sensor.

To use it, simply add the following dependency to your root gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Additionally, get the newest Version (or a specific commit) with:

	dependencies {
	        implementation 'com.github.Joniras:bendlabs_android_2axis:VERSION'
	}

replace VERSION with "-SNAPSHOT" for the newest or a Tag-Name or a hash from a commit.