Exemplo n.º 1
0
 public static void Main()
 {
     lcd   = new LCD();
     temp  = new TemperatureSensor(Pins.GPIO_PIN_A4);
     light = new LightSensor(Pins.GPIO_PIN_A5);
     StartSensing();
 }
Exemplo n.º 2
0
 public static void Main()
 {
     lcd = new LCD();
     temp = new TemperatureSensor(Pins.GPIO_PIN_A4);
     light = new LightSensor(Pins.GPIO_PIN_A5);
     StartSensing();
 }