Files
ioiolib/IOIOLib/src/com/TwentyCodes/android/ioio/IOIOValues.java
Ricky Barrette 40c2ec2e9b yet another test commit
Change-Id: I43372c0508f4ca2b7160b6123b46d7331edb1ada
2012-02-01 01:33:47 -05:00

39 lines
1.1 KiB
Java

/**
* IOIOValues.java
* @date Jan 24, 2012
* @author ricky barrette
* @author Twenty Codes, LLC
*
* Copyright 2012 Richard Barrette
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.TwentyCodes.android.ioio;
/**
* This class contains values for the IOIO
* test
* @author ricky barrette
*/
public class IOIOValues {
public static final int STAT_LED_PORT = 0 ;
public static final int RC_PWM_FRQ = 50;
public static final int RC_PWM_PULSE_WIDTH_MAX = 2000;
public static final int RC_PWM_PULSE_WIDTH_MIN = 1000;
public static final int RC_PWM_PULSE_WIDTH_NEUTRAL = 1500;
}