private void InitializeModules() {
     this.displayTE35 = new GTM.GHIElectronics.DisplayTE35(14, 13, 12, 10);
     this.joystick = new GTM.GHIElectronics.Joystick(9);
     this.ledStrip = new GTM.GHIElectronics.LEDStrip(11);
     this.button = new GTM.GHIElectronics.Button(8);
     this.usbClientDP = new GTM.GHIElectronics.USBClientDP(1);
 }
Пример #2
0
 private void InitializeModules()
 {
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(1);
     this.camera       = new GTM.GHIElectronics.Camera(3);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(12);
     this.wifiRS21     = new GTM.GHIElectronics.WiFiRS21(9);
 }
        public LedStripAnnunciator()
        {
            _ledStrip = new GTM.GHIElectronics.LEDStrip(11);

            GT.Timer timer = new GT.Timer(125); // Create a timer
            timer.Tick += Timer_Tick;
            timer.Start(); // Start the timer
        }
Пример #4
0
 private void InitializeModules()
 {
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(1);
     this.ledStrip = new GTM.GHIElectronics.LEDStrip(14);
     this.motorDriverL298 = new GTM.GHIElectronics.MotorDriverL298(11);
     this.characterDisplay = new GTM.GHIElectronics.CharacterDisplay(9);
     this.wifiRS21 = new GTM.GHIElectronics.WiFiRS21(6);
 }
 private void InitializeModules()
 {
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(8);
     this.displayT35   = new GTM.GHIElectronics.DisplayT35(15, 16, 17, 14);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(1);
     this.joystick     = new GTM.GHIElectronics.Joystick(2);
     this.button       = new GTM.GHIElectronics.Button(13);
     this.tunes        = new GTM.GHIElectronics.Tunes(18);
 }
Пример #6
0
 private void InitializeModules()
 {
     this.displayTE35  = new GTM.GHIElectronics.DisplayTE35(14, 13, 12, 10);
     this.ethernetJ11D = new GTM.GHIElectronics.EthernetJ11D(7);
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(1);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(8);
     this.plus         = new GTM.GHIElectronics.Button(4);
     this.minus        = new GTM.GHIElectronics.Button(5);
     this.joystick     = new GTM.GHIElectronics.Joystick(9);
 }
 private void InitializeModules() {
     this.usbClientDP = new GTM.GHIElectronics.USBClientDP(8);
     this.sdCard = new GTM.GHIElectronics.SDCard(9);
     Microsoft.SPOT.Debug.Print("The module \'button\' was not connected in the designer and will be null.");
     this.tunes = new GTM.GHIElectronics.Tunes(18);
     Microsoft.SPOT.Debug.Print("The module \'wifiRS21\' was not connected in the designer and will be null.");
     this.indicators = new GTM.GHIElectronics.LEDStrip(1);
     this.display_TE35 = new GTM.GHIElectronics.DisplayTE35(15, 16, 17, 14);
     this.ethernetENC28 = new GTM.GHIElectronics.EthernetENC28(3);
 }
Пример #8
0
 private void InitializeModules()
 {
     this.button       = new GTM.GHIElectronics.Button(4);
     this.button2      = new GTM.GHIElectronics.Button(6);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(9);
     this.camera       = new GTM.GHIElectronics.Camera(3);
     this.displayTE35  = new GTM.GHIElectronics.DisplayTE35(14, 13, 12, 10);
     this.ethernetJ11D = new GTM.GHIElectronics.EthernetJ11D(7);
     this.tunes        = new GTM.GHIElectronics.Tunes(11);
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(1);
 }
Пример #9
0
 private void InitializeModules()
 {
     this.usbClientSP = new GTM.GHIElectronics.USBClientSP(1);
     this.light       = new GTM.GHIElectronics.LightSense(10);
     this.temp        = new GTM.GHIElectronics.TempHumidSI70(11);
     this.moisture    = new GTM.GHIElectronics.Moisture(9);
     this.camera      = new GTM.GHIElectronics.Camera(3);
     this.ethernet    = new GTM.GHIElectronics.EthernetJ11D(7);
     this.ledStrip    = new GTM.GHIElectronics.LEDStrip(14);
     this.breakout    = new GTM.GHIElectronics.Breakout(12);
 }
Пример #10
0
 private void InitializeModules()
 {
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(1);
     this.displayTE35  = new GTM.GHIElectronics.DisplayTE35(14, 13, 12, 10);
     this.tunes        = new GTM.GHIElectronics.Tunes(8);
     this.ethernetJ11D = new GTM.GHIElectronics.EthernetJ11D(7);
     this.sdCard       = new GTM.GHIElectronics.SDCard(5);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(11);
     this.distanceUS32 = new GTM.GHIElectronics.DistanceUS3(6);
     this.distanceUS3  = new GTM.GHIElectronics.DistanceUS3(9);
 }
Пример #11
0
 private void InitializeModules()
 {
     this.usbClientDP  = new GTM.GHIElectronics.USBClientDP(1);
     this.ethernetJ11D = new GTM.GHIElectronics.EthernetJ11D(7);
     this.breakout     = new GTM.GHIElectronics.Breakout(10);
     this.displayTE35  = new GTM.GHIElectronics.DisplayTE35(14, 13, 12, Socket.Unused);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(8);
     this.sdCard       = new GTM.GHIElectronics.SDCard(5);
     this.breakout2    = new GTM.GHIElectronics.Breakout(11);
     this.breakout3    = new GTM.GHIElectronics.Breakout(9);
     this.wifi         = new GTM.GHIElectronics.WiFiRS21(6);
 }
Пример #12
0
 private void InitializeModules()
 {
     this.button1      = new GTM.GHIElectronics.Button(13);
     this.sdCard       = new GTM.GHIElectronics.SDCard(9);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(1);
     this.joystick     = new GTM.GHIElectronics.Joystick(2);
     this.tunes        = new GTM.GHIElectronics.Tunes(18);
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(8);
     this.displayT35   = new GTM.GHIElectronics.DisplayT35(15, 16, 17, 14);
     this.accelG248    = new GTM.GHIElectronics.AccelG248(7);
     this.wifiRS21     = new GTM.GHIElectronics.WiFiRS21(3);
     this.usbHost      = new GTM.GHIElectronics.USBHost(6);
 }
 private void InitializeModules()
 {
     this.ledStrip = new GTM.GHIElectronics.LEDStrip(1);
 }
Пример #14
0
 private void InitializeModules()
 {
     this.usbClientEDP = new GTM.GHIElectronics.USBClientEDP(1);
     this.ledStrip     = new GTM.GHIElectronics.LEDStrip(14);
 }