BrianPeek / legoev3

LEGO MINDSTORMS EV3 API for .NET
Apache License 2.0
137 stars 73 forks source link

Add blocking methods #19

Closed miloush closed 7 years ago

miloush commented 8 years ago

This is a great library but cumbersome to use in console apps. Please consider adding blocking methods for the desktop version.

BrianPeek commented 7 years ago

There is a sample showing how to use in a Console project...making non-async versions of all methods is not something I plan on creating at this time. Thanks!

https://github.com/BrianPeek/legoev3/blob/master/Testers/Lego.Ev3.Tester.Console/Program.cs