private void InitializeModules() { Button = new Button(4); Camera = new Camera(3); Ethernet = new Ethernet_J11D(7); Screen = new Display_T35(14, 13, 12, 10); SdCard = new SDCard(5); }
public void init(Display_T35 display, Ethernet_J11D ethernet_J11D, WiFi_RS21 wifi_RS21) { this.display_T35 = display; this.ethernet_J11D = ethernet_J11D; this.wifi_RS21 = wifi_RS21; }
public NetworkConnection(Ethernet_J11D ethernetJ11D, LoggerDisplay loggerDisplay) { _ethernetJ11D = ethernetJ11D; _loggerDisplay = loggerDisplay; }