First off, MonoBrick is amazing. I’m not a fan of the Lego-supplied drag and drop programming, and for a while I thought the only alternative was leJOS. I really am not a fan of Java, but I have used C# for as long as I’ve been programming and love it. Thanks a ton for making something some awesome and putting it out there!
I also have a question about the difference between using .brake() and .off() on a motor/vehicle. The docs say that .brake() leaves the motor/vehicle on, but that it does not move. What is the benefit of using this vs. just turning it off? Does it resume from .brake() faster than .off() perhaps, or is there something else of which I’m not aware?
Follow