private void InitializeModules() {
     Microsoft.SPOT.Debug.Print("The module \'ledStrip\' was not connected in the designer and will be null.");
     Microsoft.SPOT.Debug.Print("The module \'button\' was not connected in the designer and will be null.");
     this.characterDisplay = new GTM.GHIElectronics.CharacterDisplay(2);
     this.breakoutTB10 = new GTM.GHIElectronics.BreakoutTB10(1);
     this.tunes = new GTM.GHIElectronics.Tunes(3);
 }
예제 #2
0
 private void InitializeModules()
 {
     Microsoft.SPOT.Debug.Print("The module \'ledStrip\' was not connected in the designer and will be null.");
     Microsoft.SPOT.Debug.Print("The module \'button\' was not connected in the designer and will be null.");
     this.characterDisplay = new GTM.GHIElectronics.CharacterDisplay(2);
     this.breakoutTB10     = new GTM.GHIElectronics.BreakoutTB10(1);
     this.tunes            = new GTM.GHIElectronics.Tunes(3);
 }
예제 #3
0
 private void InitializeModules()
 {
     this.usbClient     = new GTM.GHIElectronics.USBClientDP(8);
     this.display       = new GTM.GHIElectronics.DisplayN18(11);
     this.ethernet      = new GTM.GHIElectronics.EthernetENC28(3);
     this.sdCard        = new GTM.GHIElectronics.SDCard(9);
     this.multicolorLED = new GTM.GHIElectronics.MulticolorLED(14);
     this.breakout      = new GTM.GHIElectronics.BreakoutTB10(17);
     this.breadBoard    = new GTM.GHIElectronics.BreadBoardX1(15);
     this.button        = new GTM.GHIElectronics.Button(18);
 }
예제 #4
0
 private void InitializeModules()
 {
     this.usbClient = new GTM.GHIElectronics.USBClientDP(8);
     this.display = new GTM.GHIElectronics.DisplayN18(11);
     this.ethernet = new GTM.GHIElectronics.EthernetENC28(3);
     this.sdCard = new GTM.GHIElectronics.SDCard(9);
     this.multicolorLED = new GTM.GHIElectronics.MulticolorLED(14);
     this.breakout= new GTM.GHIElectronics.BreakoutTB10(17);
     this.breadBoard = new GTM.GHIElectronics.BreadBoardX1(15);
     this.button = new GTM.GHIElectronics.Button(18);
 }