Ejemplo n.º 1
0
        public async Task Start()
        {
            // connect to the brick
            await _brick.Connect();

            //from here onward we can call any method

            _logger.LogInformation("Starting the robot");
            await _largeMotor.Run();
        }