예제 #1
0
 private void InitializeModules()
 {
     this.mAX31855Thermocouple = new GTM.Adafruit.MAX31855Thermocouple(12);
     this.displayN18 = new GTM.GHIElectronics.DisplayN18(9);
     this.usbClientSP = new GTM.GHIElectronics.USBClientSP(1);
     this.aD8495Thermocouple = new GTM.Adafruit.AD8495Thermocouple(13);
     this.sdCard = new GTM.GHIElectronics.SDCard(11);
     this.button = new GTM.GHIElectronics.Button(5);
     this.mAX31855Thermocouple2 = new GTM.Adafruit.MAX31855Thermocouple(10);
 }
예제 #2
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);
 }
예제 #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.usbClientSP = new GTM.GHIElectronics.USBClientSP(8);
     this.displayN18  = new GTM.GHIElectronics.DisplayN18(5);
     this.joystick    = new GTM.GHIElectronics.Joystick(3);
 }