Access to the hardware peripherals built in to the Sun SPOT main board. Normally you should
access the individual components via interfaces obtained from the singleton instance of Spot.
For example:
...
ILed the greenLed = Spot.getInstance().getGreenLed();
...
@see "Sun SPOT Developers' Guide"