Example #1
0
 public async Task <IEnumerable <GpioPinInfo> > GetGpioPins()
 {
     return(await _gpioService.GetGpioPinsAsync());
 }