Пример #1
0
 public async Task InitAsync()
 {
     Microcontroller.Initialize(mcu);
     await mcu.ExecuteAction(Init, pin);
 }