User Tools

Site Tools


double_custom_app

This is an old revision of the document!


Adding the Double Control Framework to your —————————————————————————————————————————–

Author: Tristan Brodeur Email: [email protected] Date: Last modified on 12/29/16 Keywords: Alexa, Lambda

—————————————————————————————————————————–

Overview

Add the Double Control SDK to your app.

This SDK provides access to basic driving controls from a custom iOS application.

—————————————————————————————————————————–

Configuring the framework to your custom app

-Copy the DoubleControlSDK.framework into your app's folder -Add DoubleControlSDK.framework to your app -Add the ExternalAccessory.framework to your app -Add an entry in Info.plist for “Supported external accessory protocols” > Item 0=com.doublerobotics.pancho -#import <DoubleControlSDK/DoubleControlSDK.h> -Add <DRDoubleDelegate> -[DRDouble sharedDouble].delegate = self;

double_custom_app.1483562260.txt.gz · Last modified: 2017/01/04 12:37 by tbrodeur