Tópicos semelhantes
Procurar
Últimos assuntos
Códigos para os LED
Códigos para os LED
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Encontrar o obecto LED:
import com.sun.spot.resources.Resources;
import com.sun.spot.resources.transducers.ITriColorLEDArray;
ITriColorLEDArray ourLEDs =
(ItriColorLEDArray)Resources.lookup( ItriColorLEDArray.class );
Definir a cor do LED desejado:
As cores são especificadas com o setRGB(int red, int green, int blue) LEDs individuais são referenciados com getLED(int index).
// set the LED color desired
// set the first two LEDs to bright red, the next two to bright green,
// the next two to bright blue, and the last two to white.
// First two = bright red
ourLEDs.getLED(0).setRGB(255,0,0); ourLEDs.getLED(1).setRGB(255,0,0);
// Next two = bright green
ourLEDs.getLED(2).setRGB(0,255,0); ourLEDs.getLED(3).setRGB(0,255,0);
// Next two = bright blue
ourLEDs.getLED(4).setRBG(0,0,255); ourLEDs.getLED(5).setRGB(0,0,255);
// Last two = white
ourLEDs.getLED(6).setRGB(255,255,255); ourLEDs.getLED(7).setRGB(255,255,255);
ourLEDs.setOn(); // turn all the LEDs in the array on
Se desejar, ligue os LEDs fora.
ourLEDs.setOff(); // turn all the LEDs in the array off
Você também pode consultar o estado dos LEDs individuais usando os metodos isOn(), getRed(), getGreen() e getBlue()[u]
Encontrar o obecto LED:
import com.sun.spot.resources.Resources;
import com.sun.spot.resources.transducers.ITriColorLEDArray;
ITriColorLEDArray ourLEDs =
(ItriColorLEDArray)Resources.lookup( ItriColorLEDArray.class );
Definir a cor do LED desejado:
As cores são especificadas com o setRGB(int red, int green, int blue) LEDs individuais são referenciados com getLED(int index).
// set the LED color desired
// set the first two LEDs to bright red, the next two to bright green,
// the next two to bright blue, and the last two to white.
// First two = bright red
ourLEDs.getLED(0).setRGB(255,0,0); ourLEDs.getLED(1).setRGB(255,0,0);
// Next two = bright green
ourLEDs.getLED(2).setRGB(0,255,0); ourLEDs.getLED(3).setRGB(0,255,0);
// Next two = bright blue
ourLEDs.getLED(4).setRBG(0,0,255); ourLEDs.getLED(5).setRGB(0,0,255);
// Last two = white
ourLEDs.getLED(6).setRGB(255,255,255); ourLEDs.getLED(7).setRGB(255,255,255);
ourLEDs.setOn(); // turn all the LEDs in the array on
Se desejar, ligue os LEDs fora.
ourLEDs.setOff(); // turn all the LEDs in the array off
Você também pode consultar o estado dos LEDs individuais usando os metodos isOn(), getRed(), getGreen() e getBlue()[u]
Permissões neste sub-fórum
Não podes responder a tópicos
Ter Out 23, 2012 12:29 am por phil1989
» W'R Mooving projecto SunSPOT
Sáb Jul 16, 2011 9:09 pm por admin
» Como Ligar hardware ao Sunspot
Dom Jul 10, 2011 10:14 pm por admin
» Ligar motores ao SunSpot
Sáb Jun 25, 2011 11:00 am por admin
» Projecto semaforo MCU8051
Sex Jun 24, 2011 7:03 pm por admin
» Melhor RAM
Dom Jun 19, 2011 10:00 am por admin
» Entradas e saídas analógicas
Qui Jun 09, 2011 6:50 pm por admin
» Projeto Automatização de um sistema de palatização de produtos alimentares
Sáb maio 28, 2011 9:39 am por admin
» S7-200 Programação
Dom maio 22, 2011 6:38 pm por admin