private void InitializeModules()
 {
     Microsoft.SPOT.Debug.Print("The module \'breadBoard_X1\' was not connected in the designer and will be null.");
     this.buttonLeft = new GTM.GHIElectronics.Button(5);
     this.buttonRight = new GTM.GHIElectronics.Button(2);
     this.display_N18 = new GTM.GHIElectronics.Display_N18(6);
     this.joystick = new GTM.GHIElectronics.Joystick(4);
     Microsoft.SPOT.Debug.Print("The module \'led_Strip\' was not connected in the designer and will be null.");
     Microsoft.SPOT.Debug.Print("The module \'lightSensor\' was not connected in the designer and will be null.");
     this.sdCard = new GTM.GHIElectronics.SDCard(7);
     this.tunes = new GTM.GHIElectronics.Tunes(3);
     this.usbClientSP = new GTM.GHIElectronics.UsbClientSP(8);
 }
Exemple #2
0
 private void InitializeModules()
 {
     Microsoft.SPOT.Debug.Print("The module \'breadBoard_X1\' was not connected in the designer and will be null.");
     this.buttonRight = new GTM.GHIElectronics.Button(5);
     this.buttonLeft  = new GTM.GHIElectronics.Button(2);
     this.display_N18 = new GTM.GHIElectronics.Display_N18(6);
     this.joystick    = new GTM.GHIElectronics.Joystick(4);
     Microsoft.SPOT.Debug.Print("The module \'led_Strip\' was not connected in the designer and will be null.");
     Microsoft.SPOT.Debug.Print("The module \'lightSensor\' was not connected in the designer and will be null.");
     this.sdCard      = new GTM.GHIElectronics.SDCard(7);
     this.tunes       = new GTM.GHIElectronics.Tunes(3);
     this.usbClientSP = new GTM.GHIElectronics.UsbClientSP(8);
 }
 private void InitializeModules()
 {
     this.usbClientDP = new GTM.GHIElectronics.UsbClientDP(1);
     this.display_N18 = new GTM.GHIElectronics.Display_N18(9);
 }