|
SunSPOT API V4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAccelerometer3D | |
|---|---|
| com.sun.spot.sensorboard | Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. |
| 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 IAccelerometer3D in com.sun.spot.sensorboard |
|---|
| Methods in com.sun.spot.sensorboard that return IAccelerometer3D | |
|---|---|
IAccelerometer3D |
IDemoBoard.getAccelerometer()
Method to get built in accelerometer. |
IAccelerometer3D |
EDemoController.getAccelerometer()
Convenience method to return the built in accelerometer. |
IAccelerometer3D |
EDemoBoard.getAccelerometer()
Method to return the built in accelerometer. |
| Uses of IAccelerometer3D in com.sun.spot.sensorboard.peripheral |
|---|
| Classes in com.sun.spot.sensorboard.peripheral that implement IAccelerometer3D | |
|---|---|
class |
LIS3L02AQAccelerometer
Class to implement an accelerometer on the demo sensor board and provide access to it via the IAccelerometer3D interface. |
| Methods in com.sun.spot.sensorboard.peripheral with parameters of type IAccelerometer3D | |
|---|---|
void |
IAccelerometer3DThresholdListener.thresholdChanged(IAccelerometer3D accel,
int axis,
double low,
double high,
boolean relative)
Callback for when the accelerometer sensor thresholds are changed. |
void |
IAccelerometer3DThresholdListener.thresholdExceeded(IAccelerometer3D accel,
int axis,
double val,
boolean relative)
Callback for when the accelerometer sensor value goes above or below the specified threshold for one of the axis. |
|
SunSPOT API V4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||