ArduinoTest.Components.AmbiantLightingManager.AmbiantLightingManager C# (CSharp) Method

AmbiantLightingManager() public method

ctor
public AmbiantLightingManager ( ) : ArduinoTest.Components.Abstract
return ArduinoTest.Components.Abstract
        public AmbiantLightingManager()
        {
            _dioderConnection = new DioderConnection();
            _screenColorManager = new ScreenColorManager();
        }