示例#1
0
 private async void OnStartLedClicked(object sender, RoutedEventArgs e)
 {
     await _band.SetLedAsync(Colors.Red, true);
 }