upm  0.4.1
Sensor/Actuator repository for libmraa (v0.8.0)
Public Member Functions | List of all members

API for the ES9257 Servo. More...

Detailed Description

This module defines the ES9257 interface for ES9257 servos. The ES9257 servo is a fast, heavy duty servo that is popular for moving the control surfaces on RC models.

es9257.jpg

Public Member Functions

synchronized void delete ()
 
 ES9257 (int pin)
 
- Public Member Functions inherited from Servo
synchronized void delete ()
 
 Servo (int pin)
 
 Servo (int pin, int minPulseWidth, int maxPulseWidth)
 
 Servo (int pin, int minPulseWidth, int maxPulseWidth, int waitAndDisablePwm)
 
int setAngle (int angle)
 
int haltPwm ()
 
String name ()
 
void setMinPulseWidth (int width)
 
void setMaxPulseWidth (int width)
 
void setPeriod (int period)
 
int getMinPulseWidth ()
 
int getMaxPulseWidth ()
 
int getPeriod ()
 

Constructor & Destructor Documentation

ES9257 ( int  pin)

Instantiates an ES9257 object

Parameters
pinServo pin number
Inheritance diagram for ES9257:
Inheritance graph
[legend]
Collaboration diagram for ES9257:
Collaboration graph
[legend]

The documentation for this class was generated from the following file: