Exemplo n.º 1
0
 /// <summary>
 /// Sets the active pull-up resistors.
 /// </summary>
 /// <param name="configuration">A set of flags specifying the active pull-ups.</param>
 public Task SetPullUpResistorConfigurationAsync(PullUpResistorConfiguration configuration)
 {
     return(ExecuteAtCommandAsync(new PullUpResistorConfigurationCommand(configuration)));
 }
 public PullUpResistorConfigurationCommand(PullUpResistorConfiguration configuration) : this()
 {
     Parameter = configuration;
 }