All Downloads are FREE. Search and download functionalities are using the official Maven repository.

upm_adafruitss.javaupm_adafruitssConstants Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.6
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package upm_adafruitss;

public interface javaupm_adafruitssConstants {
  public final static int MAX_BUFFER_LENGTH = javaupm_adafruitssJNI.MAX_BUFFER_LENGTH_get();
  public final static int SERVO_MIN = javaupm_adafruitssJNI.SERVO_MIN_get();
  public final static int SERVO_MAX = javaupm_adafruitssJNI.SERVO_MAX_get();
  public final static int SERVO_FREQ = javaupm_adafruitssJNI.SERVO_FREQ_get();
  public final static int PCA9685_SUBADR1 = javaupm_adafruitssJNI.PCA9685_SUBADR1_get();
  public final static int PCA9685_SUBADR2 = javaupm_adafruitssJNI.PCA9685_SUBADR2_get();
  public final static int PCA9685_SUBADR3 = javaupm_adafruitssJNI.PCA9685_SUBADR3_get();
  public final static int PCA9685_MODE1 = javaupm_adafruitssJNI.PCA9685_MODE1_get();
  public final static int PCA9685_PRESCALE = javaupm_adafruitssJNI.PCA9685_PRESCALE_get();
  public final static int LED0_ON_L = javaupm_adafruitssJNI.LED0_ON_L_get();
  public final static int LED0_ON_H = javaupm_adafruitssJNI.LED0_ON_H_get();
  public final static int LED0_OFF_L = javaupm_adafruitssJNI.LED0_OFF_L_get();
  public final static int LED0_OFF_H = javaupm_adafruitssJNI.LED0_OFF_H_get();
  public final static int ALLLED_ON_L = javaupm_adafruitssJNI.ALLLED_ON_L_get();
  public final static int ALLLED_ON_H = javaupm_adafruitssJNI.ALLLED_ON_H_get();
  public final static int ALLLED_OFF_L = javaupm_adafruitssJNI.ALLLED_OFF_L_get();
  public final static int ALLLED_OFF_H = javaupm_adafruitssJNI.ALLLED_OFF_H_get();
  public final static int PCA9685_MODE1_REG = javaupm_adafruitssJNI.PCA9685_MODE1_REG_get();
  public final static int PCA9685_PRESCALE_REG = javaupm_adafruitssJNI.PCA9685_PRESCALE_REG_get();
  public final static int LED0_REG = javaupm_adafruitssJNI.LED0_REG_get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy