|
SunSPOT API V4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOutputPin | |
|---|---|
| com.sun.spot.sensorboard | Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. |
| com.sun.spot.sensorboard.io | Interfaces and concrete implmentations of classes to enable simple low-level i/o to and from the SunSPOT sensorboards. |
| com.sun.spot.sensorboard.peripheral | Interfaces and concrete implementations of various peripherals that are either connected to or built into the daughter cards. |
| Uses of IOutputPin in com.sun.spot.sensorboard |
|---|
| Methods in com.sun.spot.sensorboard that return IOutputPin | |
|---|---|
IOutputPin[] |
IDemoBoard.getOutputPins()
Method to return an array of the builtin high current output pins. |
IOutputPin[] |
EDemoController.getOutputPins()
Method to return an array of the builtin high current output pins. |
IOutputPin[] |
EDemoBoard.getOutputPins()
Method to return an array of the built in high current output pins. |
| Methods in com.sun.spot.sensorboard with parameters of type IOutputPin | |
|---|---|
void |
EDemoBoard.setPWM(IOutputPin pin,
int duty)
Request the controller maintain a pwm signal on a gpio pin. |
void |
EDemoBoard.startPulse(IOutputPin pin,
boolean dir,
int usec)
Ask the controller to issue a pulse on the indicated pin. |
| Uses of IOutputPin in com.sun.spot.sensorboard.io |
|---|
| Subinterfaces of IOutputPin in com.sun.spot.sensorboard.io | |
|---|---|
interface |
IIOPin
|
| Classes in com.sun.spot.sensorboard.io that implement IOutputPin | |
|---|---|
class |
InvertingOutputPin
Class implementing single bit output with inversion of values suppied by the calling code, i.e. a request to set output high sets it low and vice versa. |
class |
IOPin
|
class |
OutputPin
Accessor object for output only GPIO pins. |
| Constructors in com.sun.spot.sensorboard.io with parameters of type IOutputPin | |
|---|---|
InvertingOutputPin(IOutputPin output)
Constructor. |
|
| Uses of IOutputPin in com.sun.spot.sensorboard.peripheral |
|---|
| Constructors in com.sun.spot.sensorboard.peripheral with parameters of type IOutputPin | |
|---|---|
LIS3L02AQAccelerometer(IScalarInput xInput,
IScalarInput yInput,
IScalarInput zInput,
IOutputPin selfTest,
IOutputPin fullScale)
Constructor for the accelerometer. |
|
Servo(IOutputPin pin)
Initialize a servo. |
|
ToneGenerator(IOutputPin pin)
Creates a new instance of ToneGenerator. |
|
|
SunSPOT API V4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||