Exemple #1
0
 public StellaClient(Configuration configuration, IStellaServer stellaServer, ILEDStrip ledStrip)
 {
     _configuration = configuration;
     _stellaServer  = stellaServer;
     _ledStrip      = ledStrip;
 }
Exemple #2
0
 public LedController(ILEDStrip ledStrip)
 {
     _ledStrip = ledStrip;
 }