An open API service indexing awesome lists of open source software.

https://github.com/jsbean/airturn

API for handling AirTurn bluetooth footpedal commands
https://github.com/jsbean/airturn

Last synced: over 1 year ago
JSON representation

API for handling AirTurn bluetooth footpedal commands

Awesome Lists containing this project

README

          

# AirTurn

[![Build Status](https://travis-ci.org/dn-m/AirTurn.svg?branch=master)](https://travis-ci.org/dn-m/AirTurn)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![GitHub version](https://badge.fury.io/gh/dn-m%2Fairturn.svg)](https://badge.fury.io/gh/dn-m%2Fairturn)


## Integration

### Carthage
Integrate **AirTurn** into your OSX or iOS project with [Carthage](https://github.com/Carthage/Carthage).

1. Follow [these instructions](https://github.com/Carthage/Carthage#installing-carthage) to install Carthage, if necessary.
2. Add `github "dn-m/AirTurn"` to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile)
3. Follow [these instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to integrate **AirTurn** into your OSX or iOS project.

***

### Documentation

See the [documentation](http://dn-m.github.io/AirTurn/).