Skip to content

Motion composition library independent of hardware

Notifications You must be signed in to change notification settings

LRstudentHU/ipass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPASS

This library is created for the ipass project of year 2017-2018. With this library gyroscope and accelerometer data can be used to detect motion and gestures in a simple, abstracted matter. The library offers a simple yet flexible api for using and extending sensors, motions and library behaviour. The entire library is written in C++ OO fashion with C++ 14.

Getting Started

Clone this repository and import the appropriate .hpp files in your project. For examples, see the demo application.

Prerequisites

The library is dependent on hwlib (https://github.com/wovo/hwlib, © Wouter van Ooijen).

Running the tests

Using CLion

Create a run configuration for the main_test target that is defined in the CMakeLists.txt. Then simply run the configuration.

Make

Go to the library directory and make run.

Authors

  • Lex Ruesink - HU

License

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

About

Motion composition library independent of hardware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published