Пример #1
0
 public async Task EstadoBotao(bool ligado)
 {
     PinService.EstadoLed(ligado);
     await Task.FromResult(0);
 }